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/
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
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
[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
: 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
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
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
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
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