SOAPRequestMessage

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

SOAPRequestMessage


 

Send a SOAP request message.

 


syntax

SOAPRequestMessage(

         &response,

         httpPath,

         soapAction,

         request,

         user,

         password

         )

 


Parameters

 

&response

 

Type:

character

 

The response message.

 

httpPath

 

Type:

character

 

Specify the URL to the HTTP server.

 

soapAction

 

Type:

character

 

SOAP action.

 

request

 

Type:

character

 

The SOAP request body.

 

user

 

Type:

character

 

If authentication is required, specify the username.

 

password

 

Type:

character

 

If authentication is required, specify the password.

 

Return Value

 

 

Type:

Boolean

 

FALSE - Failure. TRUE - Success.

 


Supported


Script Action

Browser script

×

Calculation formula syntax

 

 


reference