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 Amr F Yassin <ya...@cs.unr.edu> on 2001/05/07 20:27:07 UTC

Send XML Message inside a SOAP Request

I have a problem sending an XML document inside a SOAP message 

On thhe Client, I got the following response from an Apache SOAP server:
	"no signature match"

On the Server, I am using a method with a String as an input for it:
	public String GetURI(String A)


The message looks like:
<SOAP-ENV:Envelope
	xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
	xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
	xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
	<m:GetURI xmlns:m="urn:Appl">
		<A SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml">
			<B>
				<C>123</C>
				<D>XYZ</D>
			</B>
			<B>
				<C>456</C>
				<D>EFG</D>
			</B>
		</A>
	</m:GetURI>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Thanks in advance
Amr 


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