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