Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
webservices:parameter
Passes parameters to
webservices:invoke.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 the
You must usewebservices-parametertag, 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.webservices:invoketogether with the webservices:invoke tag.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> echostring = <%=ics.GetObj("echostring")%>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.