Note that there are some explanatory texts on larger screens.

plurals
  1. POproxy classes of web-service using WSDL
    text
    copied!<p>I am getting the following exception whenever trying to create proxy classes using WSDL.</p> <p>Few observations :-</p> <p>1) My WSDL points out/imports following xsd <strong><a href="http://200.123.23.196:9090" rel="nofollow noreferrer">http://200.123.23.196:9090</a></strong>/TOOLBOX/WSDL/temp/temparature.xsd. If i use the tempratue.xsd in wsdl from above URL, It always fails and throws following exception in eclipse.</p> <p>2) If i try to acess the same XSD from diffrent server it works properly and creates proxy classes (temparature.xsd is available on diffrent servers).</p> <p>3)Why same XSD is behaving dieffrently on diffrent servers.</p> <p>4)One more observation :- when i put this url in browser <strong><a href="http://200.123.23.196:9090" rel="nofollow noreferrer">http://200.123.23.196:9090</a></strong>/TOOLBOX/WSDL/temp/temparature.xsd i can not see the content of xsd in browser directly. Instead using other URL i can see the content directly.</p> <p>IWAB0399E Error in generating Java from WSDL: WSDLException (at /definitions/types/schema): faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced at '<a href="http://200.123.23.196:9090/TOOLBOX/WSDL/temp/temparature.xsd" rel="nofollow noreferrer">http://200.123.23.196:9090/TOOLBOX/WSDL/temp/temparature.xsd</a>', relative to 'file:/D:/workspaces/globice/LAS/xsd/my_ice.wsdl'.: no content-type: java.net.UnknownServiceException: no content-type at java.net.URLConnection.getContentHandler(Unknown Source) at java.net.URLConnection.getContent(Unknown Source) at java.net.URL.getContent(Unknown Source) at com.ibm.wsdl.util.StringUtils.getContentAsInputStream(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseTypes(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:516) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:495) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)</p> <p>Waiting for replies :)</p> <p>Thanks in advance Sam</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload