Adding serializers and deserializers dynamically using generated stubs

2005-01-20 Thread Praveen Peddi
or DataHandler, I get "java.io.IOException: No serializer found for class". This is because, WSDL has no mention of AttachmentPart or DataHandler. So the stubs did not register serializers and deserializers for these classes.   My question: How do I add serializer and deserializer w/

RE: Axis Custom Serializers and Deserializers -- Namespace Issues

2003-02-26 Thread Lindeman, Bob
Cory, Do you mean by that should be ? Bob -Original Message- From: Cory Wilkerson [mailto:[EMAIL PROTECTED] Sent: dinsdag 25 februari 2003 17:59 To: [EMAIL PROTECTED] Subject: RE: Axis Custom Serializers and Deserializers -- Namespace Issues Ah -- well, looks like the path to

RE: Axis Custom Serializers and Deserializers -- Namespace Issues

2003-02-25 Thread Cory Wilkerson
Ah -- well, looks like the path to my service name did thte trick. Cory -Original Message- From: Cory Wilkerson Sent: Tuesday, February 25, 2003 10:40 AM To: [EMAIL PROTECTED] Subject: RE: Axis Custom Serializers and Deserializers -- Namespace Issues I think you're right...bu

RE: Axis Custom Serializers and Deserializers -- Namespace Issues

2003-02-25 Thread Cory Wilkerson
[EMAIL PROTECTED] Subject: Axis Customer Seriliazers and Deserializers Anyone out there succesfully implementing Custom Serializers and Deserializers. I've followed the User guide blurb as well as emulated the examples in samples/encoding -- but I'm dropping the ball at WSDL genera

RE: Custom Serializers and Deserializers for arrays of complex types with doc literal encoding.

2002-04-08 Thread Jamie Powell
: Custom Serializers and Deserializers for arrays of complex types with doc literal encoding.   Hi Jamie!   You shouldn't need to write custom serializers for this, the ArraySerializer will do this for you.  I think we have an example of this in our tests somewhere, but I'm not

Re: Custom Serializers and Deserializers for arrays of complex types with doc literal encoding.

2002-04-08 Thread Glen Daniels
EMAIL PROTECTED]' Sent: Friday, April 05, 2002 5:43 PM Subject: Custom Serializers and Deserializers for arrays of complex types with doc literal encoding. I am currently looking for some examples on how to write a custom serializer/deserializer that handles arrays of com

Custom Serializers and Deserializers for arrays of complex types with doc literal encoding.

2002-04-05 Thread Jamie Powell
I am currently looking for some examples on how to write a custom serializer/deserializer that handles arrays of complex types in doc literal.     I would appreciate any pointers.       Thanks Jamie Powell  

Custom Serializers and Deserializers for arrays of complex types with doc literal encoding.

2002-04-05 Thread Jamie Powell
    I am currently looking for some examples on how to write a custom serializer/deserializer that handles arrays of complex types in doc literal.     I would appreciate any pointers.       Thanks Jamie Powell

Serializers and Deserializers

2002-04-02 Thread Volkmann, Mark
When registering these in a WSDD descriptor, are you allowed to register either 1) a class that implements Serializer/Deserializer 2) a class that implements SerializerFactory/DeserializerFactory ? *** WARNI