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