Hello.

I am using Axis C++ to build a client in order to access a web service. I have 
managed to do it, and now I am in the test phase.

But I have found a problem. In the web service response, the SOAP sent by the 
server includes one element with

xsi:nil='1'

I think this is syntactically correct. Nevertheless, it turns out that Axis C++ 
does not like it. After a more careful look, I think
that Axis C++ can handle things like

xsi:nil='true'

, but cannot handle it in case '1' is used instead of 'true'.

If I cannot change the server part of the web service, is there anyway to avoid 
this problem?

Thanks in advance.

Manu

Reply via email to