SOAP Response


     1	Connection: close
     2	Date: Mon, 14 Apr 2003 12:40:49 GMT
     3	Server: Electric/1.0
     4	Content-Length: 492
     5	Content-Type: text/xml
     6	Client-Date: Mon, 14 Apr 2003 12:40:48 GMT
     7	Client-Response-Num: 1
     8	X-Cache: MISS from www.xmethods.net
     9	
    10	<?xml version='1.0' encoding='UTF-8'?>
    11	<soap:Envelope 
    12	    xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' 
    13	    xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance' 
    14	    xmlns:xsd='http://www.w3.org/1999/XMLSchema' 
    15	    xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' 
    16	    soap:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    17	    
    18	<soap:Body>
    19	<n:getRateResponse xmlns:n='urn:xmethods-CurrencyExchange'>
    20	<Result xsi:type='xsd:float'>0.6356</Result>
    21	</n:getRateResponse>
    22  </soap:Body>
    23	</soap:Envelope>