You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Nagesh Subrahmanyam <na...@gmail.com> on 2007/09/24 10:17:20 UTC

Re: Unable to get valid response from webservice - working now.

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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org