Re: Custom Deserializer/typeMapping problem

2005-02-17 Thread Sebastien Mayemba Mbokoso
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

Re: Custom Deserializer/typeMapping problem

2005-02-17 Thread Bill Keese
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