Hi Raj,
This problem comes when you try calling MS service from Java client.
You need to modify java client and add deserializer for Result. If you look
XML call from MS service it has <Result>xxx</Result>. Thus no type is
specified as either string/int etc. in message. Thats why you need to add
following lines in your client java code
if result is integer and similarly for others
IntDeserializer intDeser = new IntDeserializer();
smr.mapTypes(Constants.NS_URI_SOAP_ENC,
new QName ("", "Result"),
null,
null,
stringDeser);
call.setSOAPMappingRegistry(smr);
I hope this will work. I think this is message format bug from MS toolkit/MS
client.
Santosh Patankar
_______________________________________________________
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/