|
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
reference
GetComputerName
GetIPAddress
GetDriveVolumeInfo
GetDisplaySize
GetRegistoryValue
SetRegistoryValue
DelRegistoryKey
HttpRequestMessage
SOAPRequestMessage
SendMagicPacket
|