JDeveloper 11g (BOXER) was released today, and if your using web services it's worth reading the release notes as follows.
http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#wsd
When creating a JAX-WS proxy for a external web service you may get an error as follows
Exception in thread "main" javax.xml.ws.WebServiceException: weblogic.wsee.wsdl.WsdlException: Failed to read wsdl file from url due to -- java.io.FileNotFoundException: D:\jdev11gbea\jdeveloper\jdev\mywork\WebServiceProxy\Project1\classes\SimpleWS.wsdl (The system cannot find the file specified)
at weblogic.wsee.jaxws.spi.WLSProvider.readWSDL(WLSProvider.java:306)
The easiest way to avoid this is on page 3 of 8 of the JAX-WS Proxy wizard uncheck "Copy WSDL into project"
The issue is release noted as follows.
http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#wsd12
No comments:
Post a Comment