Example: wsdl_wsi_validation

This example shows the use of wsdl_wsi_validation to validate a WSDL for the Calc service which was imported by adding a service call.

web_service_call( "StepName=CalcCheck",
    "SOAPMethod=Calc|CalcSoapPort|Add",
    "ResponseParam=response",
    "Service=Calc",

"URL=http://16.59.60.46/MSSoapSamples30/Calc/Service/Rpc/IsapiCpp/Calc.WSDL",
    "ExpectedResponse=SoapResult",
    "Snapshot=t1221482536.inf",
    BEGIN_ARGUMENTS,
            "A=",
            "B=",
    END_ARGUMENTS,
    BEGIN_RESULT,
    END_RESULT,
    LAST );

wsdl_wsi_validation("ServiceName=Calc");
    return 0;