Home > Contents > Index >
SOAP.MESSAGE
Processes the contents of an element.
Syntax
<soap.message [ns="namespace_prefix"] [uri="universal_resource_indicator"] > </soap.message>Parameters
ns (optional)
- Namespace prefix.
uri (optional)
- Universal resource indicator.
Description
The
soap.message
tag processes the contents of an element, which must must exist inElementCatalog
. This tag is used to define and surround the SOAP message and control the streaming of content contained within. Do not stream data, comments, or whitespace before or after this tag.Example
<soap.message ns="mynamespace"> <soap.body tagname="HelloWorldOut"> <echoStringOut xsi:type="xsd:string"> <csvar NAME="Variables.echoString"/> </echoStringOut> </soap.body> </soap.message>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.