using automatic serializers with the java.net.URL class

2003-03-17 Thread Michael Mattox
I'm sending an object that contains a java.net.URL. When I look at the wsdl it has the 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 t

Axis Error when viewing WSDL file

2003-03-17 Thread Michael Mattox
When I try to view the WSDL file, I get this error: AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - ; nested exception is: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://www.w3.org/2002/12/soap-encoding'. Namespace prefixes m

RE: Axis Servlet Admin Servlet 404

2003-03-03 Thread Michael Mattox
You must put "axis" under "webapps" (and NOT under "root"). Give that a try. Michael > -Original Message- > From: jack smith [mailto:[EMAIL PROTECTED] > Sent: lundi 3 mars 2003 16:20 > To: [EMAIL PROTECTED] > Subject: Axis Servlet Admin Servlet 404 > > > Dear Axis User list, I am trying

No serializer found for class java.net.URL in registry

2003-03-03 Thread Michael Mattox
I'm sending an object that contains a java.net.URL. When I look at the wsdl it has the 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 s

RE: Invalid element error with a Collection of Strings

2003-03-03 Thread Michael Mattox
> built-in RMI > instead of SOAP web services. The whole point of SOAP is so disparate > entities that you don't control may still interact. JRMP - Java Remote > Messaging Protocol is the java-to-java protocol. > -Rob Cole. > > -Original Message- > From: Michael Ma

RE: Invalid element error with a Collection of Strings

2003-03-02 Thread Michael Mattox
I found out my problem, when defining my qn's I made a cut & paste mistake and mixed up class names on two of my names! > org.xml.sax.SAXException: Invalid element in

Invalid element error with a Collection of Strings

2003-03-02 Thread Michael Mattox
I'm working on a project in which a client needs to send a request to a server, the server will execute the request, and then the server returns the result. I'm writing both the client and the server (in Java of course) so if there's any shortcuts I can take here because it's "Java only" that woul