Make SOAP Request Payload mode

In the Payload mode, you must provide the contents of the <soap:Body> element and JAX-WS includes the input payload in the <soap:Envelope> element.

The following table describes the process inputs for the Web Services adapter for Make SOAP request in payload mode.


Input

Description

Required

<adapter name>

Specifies the name of the adapter to use for this process

No

<wsdl location>

Specifies the URI (file name or URL) pointing to a XML WSDL definition

Yes

<soap body content>

Contains the specific body content as required by the web service

This block must contain a single element only.

Yes

<service name>

Specifies a unique name among all the services defined within the enclosing WSDL document

A service groups a set of related ports together.

No

<port name>

Specifies a unique name among all the ports defined within the enclosing WSDL document

A port defines an individual endpoint by specifying a single address for a binding.

No

<soap action>

Specifies the value of the SOAPAction header for the operation

No

<authentication>

Specifies the types of authentication supported by the adapter

Valid values: basic (default), Username-Token

No

<user name>

Specifies the user name for authentication

No

<password>

Specifies the password for authentication

No

<password encryption type>

Specifies the method of encryption used to encrypt the given password

Valid values: Base64, Plain (default)

No

<password type>

Specifies the types of password supported by UsernameToken Authentication

This parameter is read-only if the value of the <username-token> element is true.

Valid values: plain-text (default), digest

No

<invocation mode>

Specifies the way in which a web service request is invoked

Valid values: synchronous (default), asynchronous, one-way

No

<character-set>

Specifies the supporting charset

Also called character set, it includes identifiers describing a series of universal characters.

No

<use-connection-pooling>

Specifies whether the connection pooling feature is enabled for the adapter

Valid values: true, false (default)

No

<max-connections>

Defines the maximum number of objects that can be in circulation in the pool, if the value of <use-connection-pooling> is true

Valid values: Any positive integer

Default value: 10

No

<connection-ttl>

Specifies the maximum amount of time, in minutes, for which a connection can remain idle in the connection pool before it is terminated, if the value of <use-connection-pooling> is true

Valid values: Any positive integer

Default value: 60 minutes

No

The following table describes the process output parameter for the Web Services adapter with JAX-WS and payload mode.

Make SOAP request in payload mode process output

Output

Description

<adapter response>

Specifies the Web Services adapter response

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

Comments