Enables you to generate your own SOAP request.
Usage |
Optional |
Format |
Text Box |
Length |
Any value |
Case Sensitive |
No |
Variable Name |
WS-SOAPREQUEST-Pxxx-STR NOTE: Represents part of the SOAP request string. xxx in Pxxx represents the xxxth part of the SOAP request string divided in numerical order. |
EXAMPLE: Web service invoking a SOAP request:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<ctmem:request_change_alert_status xmlns:ctmem="http://www.bmc.com/ctmem/schema900">
<ctmem:alert_id>12345</ctmem:alert_id>
<ctmem:status>Handled</ctmem:status>
</ctmem:request_change_alert_status>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Parent Topic |