I am trying to deploy an existing Axis webservice using Axis2. The service takes in an array as input. However when I use Axis2, the SOAP on the wire looks fine, but after unmarshalling, the java object on the service side is null.
I have not done any explicit code generation using Axis2 etc. Only changed the deployment options and created a services.xml for Axis2.

Has anybody experienced similar problems with array inputs where the data comes in as null?
Thank you.

Reply via email to