You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Roberto Venturetti <ro...@zeropiu.it> on 2001/09/21 10:30:26 UTC

Newbe: RPC Calls And Namespaces

Hi all,
	is there a way to set Namespace URI and Prefix for RPC Call method?

I am writing a client, and I hav to generate something like this:

SOAPAction: myAct


<SOAP-ENV:Envelope ...........>

	<SOAP-ENV:Body>
	<myNS:myAct xmlns:myNS="urn:what:i:like:more">

	</myNS:myAct>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Have I to migrate to messaging?

Thanks in advance.

Regards,
	Rob