You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Victor Hadianto <vi...@nuix.com.au> on 2001/09/18 05:34:48 UTC

Re: Does SOAP require J2EE? (Not finding javax.net.SocketFactory)

> I'm using the UDDI4J library (IBM's UDDI API) and when I hit its
> UDDIProxy.get_authToken() method I get the exception (pasted below) that it
> can't find javax.net.SocketFactory after it gets down into the Apache SOAP

You'd better off downloading wstk toolkit from alphawork website. That 
contains a lot of example and third party library required. The SocketFactory 
class is bundled with ibmjsse.jar file

Regards,

Victor