You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dominik Stoklsoa <d....@wp.pl> on 2003/10/16 16:56:03 UTC

java.net.URL problem

HI

I am trying to generate Wsdl from my java interface ( Java2Wsdl). One of 
the method has
java.net.URL as a return type.  During wsdl generation I got the 
following error:

 The class java.net.URL is defined in a java or javax package and cannot 
be converted into an xml
schema type.  An xml schema anyType will be used to define this class in 
the wsdl file.

Thanks a lot in advance
Dom