Make SOAP Request Method Two process

This method issues a SOAP request against a remote SOAP server. This SOAP request method relies on the adapter to implement SOAP and requires only the header and the body payloads to be specified. This method supports HTTPS.

The following table describes the process inputs for the Web Services adapter with Make SOAP request using method two.

Make SOAP request using method two 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 formats:

  • http://x.y
  • https://x.y

Yes

<username>

Specifies the user name to use for login on the remote host

No

<password>

Specifies the password to use for login on the remote host

No

<soap action>

Specifies the action to be performed by the SOAP request

No

<soap version>

Specifies the SOAP version to use

Valid values: 1.1 (default), 1.2

No

<soap header content>

Contains specific header content, as required by the web service

No

<soap body content>

Contains the specific body content as required by the web service

Yes

<connection name>

Specifies the reference name for a persistent connection

This input applies to a persistent connection and is required if a persistent connection is used.

Conditional

<terminate on exit>

Indicates whether the SOAP connection must be terminated

This input applies to a persistent connection.

Default value: false

No

<chunked encoding>

Specifies whether chunked transfer encoding is enabled or disabled

Valid values: true, false

No

<http request headers>

Specifies an XML document containing the list of custom HTTP headers to be added to the outgoing SOAP request

Sample XML:
<http-request-headers>
<http-request-header>
<name></name>
<value></value>
</http-request-header>
<http-request-header>
<name></name>
<value></value>
</http-request-header>
.
.
.
</http-request-headers>

No

The following table describes the process inputs for the Web Services adapter with a Make SOAP request using method two.

Make SOAP request with method two process output

Output

Description

<adapter response>

Specifies the Web Services adapter response

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

Comments