Invoke SOAP request

This process is used when generating a process from a Web Services Definition Language (WSDL), using the WSDL to Workflow Process Generation Wizard. Do not use this process outside the wizard function. The following table describes the process inputs for the Invoke SOAP request process.


Invoke SOAP Request process inputs

Input

Description

Required

adapter name

Specifies the name of the adapter to use for this process

Default value: SOAPAdapter

No

soap url

Specifies the URL for the remote SOAP service

 Valid values:
http://x.y 
https://x.y 

Yes

http auth username

Specifies the user name to be used for authentication

No

http auth password

Specifies the password corresponding to the user name provided for authentication

No

connection name

Specifies a name for the connection that can persist for multiple requests in a process

A connection is named when established and subsequent requests can specify this named connection to be re- used for a request. The connection remains available till the process ends or till the connection is terminated with a <terminate-on-exit> element.

No

terminate on exit

Indicates whether the SOAP connection must be terminated

Valid values: true, false

No

wsdl content

Specifies the content of the WSDL service definition

If the wsdl content parameter is included then the wsdl url parameter will be excluded.

No

wsdl url

Specifies the location of the WSDL service definition

No

generator version

Specifies the version of the web services WSDL-based client generator

Yes

request service namespace

Specifies the namespace of the service and is used to aggregate a set of related ports

Yes

request service name

Specifies the name of the service, which is used to aggregate a set of related ports

Yes

request port namespace

Specifies the namespace of the port

The namespace specifies an address for a binding. The parameter defines a single communication endpoint.

Yes

request port name

Specifies the name of the port The port name specifies an address for a binding.

The parameter defines a single communication endpoint.

Yes

request operation name

Specifies the name of the action supported by the service

Yes

request parameters

Contains a valid XML document with a root element named <parameters>

No


The following table describes the process output parameters for the Invoke SOAP Request process.


Invoke SOAP Request process outputs

Output

Description

status

Specifies the status of the request

output

Contains the output for the request that is executed The output varies depending on the WSDL specified in the request.

Was this page helpful? Yes No Submitting... Thank you

Comments