Hi,

I need to send a SOAP message similar to the one below on Xfire to a web service, is it possible to do so without explicitly giving XFire the method to call? Ideally I would like to make a call using Doc/Lit/Wrapped with the method name already encoded in the message. Any kind of help/pointers is appreciated.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <soap:Body>
       <ConversionRate xmlns="http://www.webserviceX.NET/";>
<FromCurrency xmlns="http://www.webserviceX.NET/"; xsi:type="xsd:string">USD</FromCurrency>
           <ToCurrency xsi:type="xsd:string">MTL</ToCurrency>
       </ConversionRate>
   </soap:Body>
</soap:Envelope>
--

Marie Rizzo
Ricston Consulting
Tel: +356 21 334457
Fax: +356 21 334457
Skype: marie.rizzo


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to