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 Is there anything I need to do to have the default serializer handle the java.net.URL?