Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
soap:message
Processes the contents of an element. The element must exist in the
ElementCatalog
.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 in theElementCatalog
. 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="soapresponse"> <soap:header> <soap:argument name="DUMMY" value="VALUE"/> </soap:header> <soap:body tagname="soaptestOut"> <CS xsi:type="soapresponse:CS"> <ics:listloop listname="RS" maxrows="5"> <headlines xsi:type="soapresponse:headlineStruct"> <id xsi:type="xsd:string"> <ics:listget listname="RS" fieldname="id"/> </id> <headline xsi:type="xsd:string"> <ics:listget listname="RS" fieldname="headline"/> </headline> </headlines> </ics:listloop> </CS> </soap:body> </soap:message>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.