Home > Contents > Index >
SOAP.BODY
Indicates the main part of a SOAP message body.
Syntax
<soap.body [tagname="local_name"] > </soap.body>Parameters
tagname (optional)
- First child element after the body has this local name. The defaults is
CS
.
Description
The
soap.body
tag indicates the main part of a soap message body where user can stream data. The body tag must follow the soap header tag or an error results. The body can contain any legal XML both in the form of literal data contained in the template and/or emitted by logic coded into the template.Example
This example calls the element
SoapTestOut
.
<soap.body tagname="soapTestOut"> <dummy xsi:type="soapresponse:CS"> <LOOP LIST="RS" COUNT="4"> <headlines xsi:type="soapresponse:headlineStruct"> <id xsi:type="xsd:string"> <csvar NAME="RS.id"/> </id> <headline xsi:type="xsd:string"> <csvar NAME="RS.headline"/> </headline> </headlines> </LOOP> </dummy> </soap.body>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.