Hi all! Simple question: Can I expose an object through an Axis Webservice with a paramerized constructor?
I.e. something like this: public class MyObject { MyObject(String test) { // Constructor code goes here.... } } Thanks, ~Morten :-)
Hi all! Simple question: Can I expose an object through an Axis Webservice with a paramerized constructor?
I.e. something like this: public class MyObject { MyObject(String test) { // Constructor code goes here.... } } Thanks, ~Morten :-)