You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by IM...@burntsand.com on 2001/05/04 17:42:22 UTC

No Deserializer found exception

hello folks,

i'm attempting to get an Apache-soap client to work with an MS soap (toolkit
2) service, and mostly all is well. the problem is that when the response
comes back the result has no type, and the following exception is thrown:

SOAPException: SOAP-ENV:Client, No Deserializer found to deserialize a
'http://schemas.xmlsoap.org/soap/envelope/:Parameter' using encoding style
'null'.

the envelope from the ms service is as follows:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
	<SOAP-ENV:Body>
		<m:AddResponse xmlns:m="http://tempuri.org/message/">
			<Result>2.65</Result>
		</m:AddResponse>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

am i just not getting something, or are there interoperability problems with
these products?

thanks in advance for your time.
isaac.

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org