I'm sending an object that contains a java.net.URL.  When I look at the wsdl
it has the URL:

<element name="url" nillable="true" type="tns3:URL" />

But when I run my application I get:

Received a fault: java.io.IOException: No serializer found for class
java.net.URL in registry [EMAIL PROTECTED]

Is there anything I need to do to have the default serializer handle the
java.net.URL?  I can always change my object to use a String instead but I
prefer to keep it a URL object.



Reply via email to