I realize this is an Axis user group, but I wanted to pick your brains on a related issue.
I have a generic web service that I deploy via Axis. The web service takes in an XML file as a request and returns an XML file as a response. My question is what is the best way to pass XML data to/from a web service? Should I simply use strings?
Any advise would be appreciated...