Hi,
I have created a sample client using Axis 2 for a service which takes
Object[] array as a parameter.
In WSDL it looks like
The axis client takes OMElement for the ArrayOfAnyType parameter.
I have tried to create an OMElement as follows.
Invoke in
Can you mention your Axis2 version ? also post complete server side code.
Thanks !
On Wed, Aug 24, 2011 at 9:44 PM, Eranaga Samararathna wrote:
> Hi,
>
> I have created a sample client using Axis 2 for a service which takes
> Object[] array as a parameter.
> In WSDL it looks like
>
>
>
Dear Sagara,
I have tried both 1.5.5 and 1.4. I do not think it's possible to drop here
complete server side code. It has so many files.
In simple my issue comes with a service method signature
public void invoke(Object[] parameters);
This "Object[] parameters'' mapping to an OMElement in Axis
Recently we have introduced number of improvements in same area that
will ship with 1.7.0 release but still you can use them with SNAPSHOT
versions . Can you try to run it again using SNAPSHOT version
available here [1].
[1] -
https://builds.apache.org/view/A-F/view/Axis2/job/Axis2/org.apache.ax