Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
soap:argument
Defines arguments for the
soap:header
tag, which defines a simple soap header.Syntax
<soap:header> [<soap:argument
name="argName" value="argValue"/>] </soap:header>Parameter
ARGUMENT (optional)
- Arguments passed to SOAP as the page is called.
Description
The
soap:header
tag defines a simple SOAP header, which should contain at least one name/value pair or the tags should be omitted. The SOAP header and contained arguments are the first set of non-logic tags to be contained in the SOAP message. An error occurs if the SOAP header is in the wrong order.Error Numbers
There are no possible
errno
for this tag.Example
The following example defines a header for a SOAP message:
<soap:header> <soap:argument name="DUMMY" value="VALUE"/> </soap:header>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007,2008 by FatWire Corporation
All rights reserved.