Home > Contents > Index >
webservices:invoke(Deprecated)
Deprecated as of Content Server 7.6
Syntax
<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>Parameters
wsdl (optional)
- Web Services Description Language (WSDL) defining the webservice
target (optional)
- Target name space, as defined by the WSDL
service (optional)
- A service, as defined by the WSDL, groups together a set of related ports. Together with
port
parameter,service
specifies SOAP address
port (optional)
- A port, as defined by the WSDL, is the combination of a binding and a network address. Together with
service
paramether,port
specifies SOAP address.
operation (optional)
- Function being invoked, which is supported by the web service.
object (optional)
- Sites object name. The returned object from the web service is stored here.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.