Hi all,
Got it working.

I had forgotten to qualify the tags with namespace.

Regards,
Nags,

Nagesh Subrahmanyam wrote:
Hi,
I am getting the following response when invoking the webservice. Could this be a problem with the way I am invoking (I am using SAAJ) ? Or, an issue with the service itself ?

WSDL : http://trial.serviceobjects.com/ce/CurrencyExchange.asmx?WSDL

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
  <soap:Body>
      <GetExchangeRateResponse
          xmlns="http://www.serviceobjects.com/";>
          <GetExchangeRateResult>
              <ExchangeRate>0</ExchangeRate>
<Error> Object reference not set to an instance of an object. </Error>
          </GetExchangeRateResult>
      </GetExchangeRateResponse>
  </soap:Body>
</soap:Envelope>

Regards,
Nags,



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to