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 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 > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.