We have an existing SOAP service that was created with the MSSOAP Toolkit 2.0
the Result doesn't have a type set.
I had to do the following to get it to work
call.getSOAPMappingRegistry().mapTypes(Constants.NS_URI_SOAP_ENC,
new QName("", "Result"), null, null, new StringDeserializer());
is there a way to set a default Deserializer, not just tied to the Result?
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
