OK, I am trying to decide how to implement a webservice, and have a few questions.
I have implemented one from a wsdl that was given to me, so I am OK with doing that...but now, I need to do another from scratch. I know I can use java2wsdl to create the wsdl once I create the interface that I want to publish. I am assuming that doing that is a reasonable way to go...am I right? (That is the first question.) Next, I am trying to decide if I should use List or array types for methods that return multiple objects. If it were just Java, that would be a no-brainer, I'd use a List, but this is new for me, so what is the more common approach? (Second question!) Finally, what is the best way to go if I want to make it as compatible with everything as possible? That's it...unless anyone wants to provide any other advice. Thanks! Larry