Home > Contents > Index >
SOAP.BODY (Deprecated)
Deprecated as of Oracle WebCenter Sites version 12c.
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 > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.