ope this helps
Keith
-Original Message-
From: J.P. Leibundguth [mailto:[EMAIL PROTECTED]
Sent: 13 February 2004 21:08
To: [EMAIL PROTECTED]
Subject: Axis + Weblogic 8.1sp2: Custom Deserialization Problem
I have a set of set of custom ser/deser/factory
classes configured against an EJB that
I have a set of set of custom ser/deser/factory
classes configured against an EJB that work so far in
this scenerio:
MyObject getObject(String guid);
As long as Axis executes the serializer on the server
and the deserializer in my standalone test program it
works fine. As a note, my deserializer
I recently started using Axis to develop a client. I had no prior WSDL/SOAP
experience but just pointed the WSDL2Java tool the WSDL of the service I
needed to write the client for, wrote a bit of application logic, and it all
worked. All pretty simple and straight forward. My congratulations to the