I really need to know whether a method name wrapped in a soap message
would be processed in XFire. From what I'm seeing at the moment, the
client.invoke needs the method name in order to function. How can I get
the method name if it is wrapped in a SOAP message?
Marie Claire Rizzo wrote:
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>
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email