Retrieving LiveCycle ES WSDLs
To view a LiveCycle ES 8.2 service WSDL, it is strongly recommended that you enter the WSDL URL definition into a web browser. Do not view a WSDL file that is located in the following folder:
<lcInstalldir>\ LiveCycle82\LiveCycle_ES_SDK\wsdl
where lcInstalldir is the installation location where LiveCycle ES is installed.
Retrieve a LiveCycle ES WDSL by specifying the following WSDL URL definition in a web browser (items in brackets are optional):
http://<your_serverhost>:<your_port>/soap/services/<service_name>?wsdl[&version=<version>][&async=true|false][lc_version=<lc_version>
where:
<your_serverhost> represents the IP address of the J2EE application server hosting LiveCycle ES.
<your_port> represents the HTTP port that the J2EE application server uses.
<service_name> represents the service name.
<version>represents the target version of a service (the latest service version is used by default).
async specifies the value true to enable additional operations for asynchronous invocation (false by default).
<lc_version> represents the version of LiveCycle ES that you want to invoke.
To retrieve a WSDL that belongs to a short-lived or long-lived process created in LiveCycle Workbench ES, replace <service_name> with the name of the process. For example, to retrieve the WSDL that belongs to a short-lived process named EncryptDocument, specify the following WSDL definition:
http://<your_serverhost>:<your_port>/soap/services/EncryptDocument?wsdl
This content requires Flash
To view this content, JavaScript must be enabled, and you need the latest version of the Adobe Flash Player.
Download the free Flash Player now!
