Re: No Deserializer found to deserialize ArrayOf_xsd_string

2003-07-18 Thread Scott Nichol
> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 15, 2003 3:13 AM Subject: RE: No Deserializer found to deserialize ArrayOf_xsd_string Thanks for your answer. I used your suggestion but now I get the following error: [SOAPException: faultCode=SOAP-ENV:Client; msg=The 'http://schema

RE: No Deserializer found to deserialize ArrayOf_xsd_string

2003-07-15 Thread Lior Weintraub
o: [EMAIL PROTECTED] Subject: Re: No Deserializer found to deserialize ArrayOf_xsd_string You need to register a deserializer for ArrayOf_xsd_string, something like SOAPMappingRegistry smr = new SOAPMappingRegistry(); ArraySerializer arraySer = new ArraySerializer(); smr.mapTypes(Consta

Re: No Deserializer found to deserialize ArrayOf_xsd_string

2003-07-14 Thread Scott Nichol
You need to register a deserializer for ArrayOf_xsd_string, something like SOAPMappingRegistry smr = new SOAPMappingRegistry(); ArraySerializer arraySer = new ArraySerializer(); smr.mapTypes(Constants.NS_URI_SOAP_ENC, new QName("urn:mbws", "ArrayOf_xsd_string"), String