1 Accept: text/xml
2 Accept: multipart/*
3 Content-Length: 563
4 Content-Type: text/xml; charset=utf-8
5 SOAPAction: "urn:xmethods-CurrencyExchange#getRate"
6
7 <?xml version="1.0" encoding="UTF-8"?>
8 <SOAP-ENV:Envelope
9 xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
10 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
11 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
12 xmlns:xsd="http://www.w3.org/1999/XMLSchema"
13 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
14
15 <SOAP-ENV:Body>
16 <namesp1:getRate xmlns:namesp1="urn:xmethods-CurrencyExchange">
17 <country1 xsi:type="xsd:string">US</country1>
18 <country2 xsi:type="xsd:string">UK</country2>
19 </namesp1:getRate>
20 </SOAP-ENV:Body>
21
22 </SOAP-ENV:Envelope>
|