Greetings, Does anyone out there know of a good guide/tutorial/intro to WSIF? I'm *attempting* to use IBM's WSIF package but to no avail.
Here is what I get back when I try to invoke the service using IBMs WSIF: Exception in thread "main" WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'http://192.168.0.31:8080/soap/RPCMultiplierService.wsdl'.: no content-type: java.net.UnknownServiceException: no content-type at java.net.URLConnection.getContentHandler(URLConnection.java:1059) at java.net.URLConnection.getContent(URLConnection.java:583) at java.net.URL.getContent(URL.java:974) at com.ibm.wsdl.util.StringUtils.getContentAsReader(StringUtils.java:356) at com.ibm.wsdl.xml.WSDLReader.readWSDL(WSDLReader.java:1027) at com.ibm.wsif.stub.WSIFUtils.readWSDL(WSIFUtils.java:326) at Main.main(Main.java:39) at com.ibm.wsdl.xml.WSDLReader.readWSDL(WSDLReader.java:1040) at com.ibm.wsif.stub.WSIFUtils.readWSDL(WSIFUtils.java:326) at Main.main(Main.java:39) I really have no idea what I'm doing as I have yet to find a comprehensive explanation of how to use WSIF. It is also worth noting that I am *not* using UDDI in conjunction with this (I'm merely passing a literal URL to the target WSDL file). Thoughts, anyone? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>