summaryrefslogtreecommitdiff
path: root/examples/api_soap-xml.yaml
blob: 7517a658df49307a8f5ec450dfaba364354959ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tasks:
  - name: Consulta SOAP de prueba
    module: api
    args:
      method: soap
      url: http://demo1144442.mockable.io/
      headers: Content-Type:text/xml
      body: |
        <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
          <soapenv:Body>
            <ns:getStatus xmlns:ns="http://demo1144442.mockable.io/"/>
          </soapenv:Body>
        </soapenv:Envelope>
      parse: xml