I have an interface like,

import java.net.URL;
public interface MyInterface
{
public URL createURL(String url);
}

I am trying to generate WSDL using axis java2wsdl program. But, i am getting
the following error:


[axis-java2wsdl] - 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.

Any Idea? Please help to resolve the issue.
-- 
Manivannan.Palanichamy (@) Oracle.com
http://mani.gw.googlepages.com/index.html

Reply via email to