Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Which jar files to use for WSIF

821290Dec 5 2010 — edited Dec 6 2010
Hi Friends,
I am very new to java and trying out a webservice from apache.

import org.apache.wsif.WSIFService;
import org.apache.wsif.WSIFServiceFactory;
import org.apache.wsif.base.WSIFServiceImpl;
import org.apache.wsif.providers.soap.apacheaxis.WSIFDynamicProvider_ApacheAxis;
import org.apache.wsif.util.WSIFPluggableProviders;

While importing a code, i am getting the error message "The import org.apache.wsif cannot be resolved".

Please let me know what are the .jar files i need to get rid of the above error message.



Thanks in advance...
JG
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2011
Added on Dec 5 2010
2 comments
903 views