My guess is that your Axis 1.2 client apps are using RPC/encoded, but Axis2 does not support RPC/encoded. You can't maintain compatibility.
Anne On 8/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
