RE: Axis + Weblogic 8.1sp2: Custom Deserialization Problem

2004-02-16 Thread Keith Hatton
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

Axis + Weblogic 8.1sp2: Custom Deserialization Problem

2004-02-13 Thread J.P. Leibundguth
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

Custom deserialization

2003-09-10 Thread Manuel Mall
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