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 :-)

Reply via email to