Previous Topic

Next Topic

Book Contents

Book Index

Use parameters from input file

Enables you to invoke the target web service with predefined SOAP message from the specified input file.

Usage

Optional

Format

Text Box

Length

Up to 212 characters

Case Sensitive

Any character string representing the file name including its full path

Variable Name

%%WS-INPUTPUTFILE

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

Control-M for Web Services parameters