blob: 127655a8face2a516891fe21d8a4a01408d24a7d [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsp:page
language="java"
xmlns:xsp="http://apache.org/xsp"
xmlns:xsp-request="http://apache.org/xsp/request/2.0"
xmlns:xscript="http://apache.org/xsp/xscript/1.0"
xmlns:soap="http://apache.org/xsp/soap/3.0"
>
<page>
<soap:call url="http://services.xmethods.net:9090/soap">
<ns1:getRate xmlns:ns1="urn:xmethods-CurrencyExchange" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
<soap:enc/>
<country1 xsi:type="xsd:string">euro</country1>
<country2 xsi:type="xsd:string">united states</country2>
</ns1:getRate>
</soap:call>
</page>
</xsp:page>