Hello, I'm currently working on the update from Axis1 1.2 to Axis2 1.3 of my web services. I need to keep the compatibility of the older clients, which work with Axis1 1.2. One of the client is sending SOAP message with multiRef tags in the body. The corresponding webservice decodes the message fine under Axis1 but fails in NullPointerException under Axis2. The client is under Axis1 1.2. Is there a parameter to set (programmatically of using client-config.wsdd) to disable multiRef on client side? Is there something to do to have Axis2 understanding multiRef requests?
Thanks in advance for the help, Pierre