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
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
what am i missing?
--
View this message in context:
http://www.nabble.com/Is-this-the-correct-way-to-return-an-object-from-a-java-web-service--tp17071591p17071591.html
Sent from the Axis - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]