The moose likes Web Services and the fly likes SOAP Connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "SOAP Connection" Watch "SOAP Connection" New topic
Author

SOAP Connection

Usman Usmani
Greenhorn

Joined: Jun 13, 2005
Posts: 4
Hi
i am using

public static SOAPConnection getSOAPConnection() throws SOAPException
{
return SOAPConnectionFactory.newInstance().createConnection();
}
method to create soap connection.

if more than 1 users/ threads access the method it throws

javax.xml.soap.SOAPException: Unable to create SOAP connection factory: Provider com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory not found
Exception

any one know a work arround
Thanks
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32767
Sounds like you're missing a jar file in your classpath, named saaj-impl.jar.
[ September 01, 2005: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
Usman Usmani
Greenhorn

Joined: Jun 13, 2005
Posts: 4
i have jar in class path and it works fine with single thread. it is more than one thread that is creating problems
Ajay Krihnamurthy
Greenhorn

Joined: Aug 24, 2005
Posts: 8
hi you have to copy the saaj-impl.jar file to Tomcat/shared/lib folder
other wise you can copy the saaj-impl.jar file with in Tomcat/common/endorsed folder


Regards Ajay Krihnamurthy


hi.. java is not a product it is an Industry
 
IntelliJ Java IDE
 
subject: SOAP Connection
 
Threads others viewed
Generate SOAP message from Java class
HttpConnectionURL
Connector Not Available Exception, Websphere 6.0
Primary key and update method strange issue
Connection pooling of SOAPConnection objects
IntelliJ Java IDE