
-
    request:
        method: POST
        url: 'http://www.webservicex.net/CurrencyConvertor.asmx'
        headers:
            host: www.webservicex.net
            content-type: 'text/xml; charset=utf-8; action="http://www.webserviceX.NET/ConversionRate"'
            content-length: 326
        body: null
    response:
        status: 200
        headers:
            Cache-Control: 'private, max-age=0'
            Content-Length: '378'
            Content-Type: 'text/xml; charset=utf-8'
            Server: Microsoft-IIS/7.0
            X-AspNet-Version: 4.0.30319
            X-Powered-By: ASP.NET
            Date: 'Thu, 16 Jan 2014 10:30:37 GMT'
        body: '<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><ConversionRateResponse xmlns="http://www.webserviceX.NET/"><ConversionRateResult>-1</ConversionRateResult></ConversionRateResponse></soap:Body></soap:Envelope>'
