You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Porter, Nigel" <NP...@ndsuk.com> on 2001/11/29 19:44:58 UTC

xsi:null attribute in Apache SOAP is wrong?

Hi,

The SOAP 1.1 specification appears to state that null values should be
represented by the xsi:null="1" attribute, but Apache SOAP represents them
using xsi:null="true".  This is causing me a lot of interoperability
problems with other SOAP implementations which are expecting to see
xsi:null="1", and therefore don't recognise the value I'm sending in the RPC
request as actually being null.

Regards,

Nigel