Re: SOAP::Lite SOAPStruct responses

2003-07-03 Thread Barry White
Thanks Scott, I'll look into the PropertyBagSerializer and see if it will help. It's good to know I'm on the right track! Barry At 16:22 03/07/2003, you wrote: You are not missing something. If SOAP::Lite returns different data structures identified by a single xsi:type, you do need to change y

Re: SOAP::Lite SOAPStruct responses

2003-07-03 Thread Scott Nichol
You are not missing something. If SOAP::Lite returns different data structures identified by a single xsi:type, you do need to change your deserializer mapping for each call, or use some sort of generic de-serializer, like the PropertyBagSerializer (http://cvs.apache.org/viewcvs.cgi/xml- soap/