Hi.
On returning simple data types from my Java WS, I retrieve data successfully
at the front end, wherein i call the WS. But I have some problem with
retrieving an object array from web service
You mean calling a Web Service inside some other service ?
say if i have

class Sample {
   String s[];
   int      b;
   //getters and setters
}

public Sample[] somefunction() {
   Sample object[];
   ...
   // object array gets created and initiated
   return object;
}

For this, I create corresponding xml, and deploy it in axis2 webapp

On calling this WS, I m unable to retrieve the object array.
had i returned some simple data type, say string, i would have successfully
retrieved the value at front end
Are you using Axis2 ?

-Deepal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to