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
