Web service


Operation SOAP message
countryInfoByIana("us") <?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
   xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:countryInfoByIana soapenv:encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/">
<ianacode xsi:type="xsd:string">us</ianacode>
</soapenv:countryInfoByIana>
</soapenv:Body>
</soapenv:Envelope>