Mike, if you want to use your own serializer/deserializer try to adapt
this tutorial :
http://www-106.ibm.com/developerworks/webservices/library/ws-castor/
They do a data binding with castor. So they need to integrate in their
WSDD and the generate stubs Castor serializer/deserializer. Look at
wh
Since you are in wrapped/literal mode shouldn't the encoding style be
""? Or you could try using rather than
. Also, the tag looks strange. It
seems unnecessary but if you do add then I think you need a
deserializer for that structure too.
Mike Cassisa wrote:
I