Home > Contents > Index >
WEBSERVICES.PARAMETER
Passes parameters to the WEBSERVICES.INVOKE tag. Must be used together with the WEBSERVICES.INVOKE tag.
Syntax
<webservices.invoke ... /> <webservices:parameter type="string" value="hello world"/> </webservices.invoke>Parameters
type (optional)
- Name of parameter.
value (optional)
- Value of parameter.
Description
The
webservices.invoke
tag, along with thewebservices:parameter
tag, processes the contents of an element, which must exist in theElementCatalog
. These tags in conjunction are used to define and surround the SOAP message. They control the streaming of content contained within. Do not stream data, comments, or whitespace before or after these tags.Example
<webservices.invoke wsdl="http://soapinterop.java.sun.com/round2/base?WSDL" target="http://soapinterop.org/" service="Round2Base" port="RIBaseIFPort" operation="echoString" object="echostring" > <webservices.parameter type="string" value="hello world"/> </webservices.invoke>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.