The web service in question must return results of a stored procedure in SOAP XML.
I can return any object from a web service no problem, I'm even familiar with serializing JSON from an .asmx service but I'm totally stumped with the concept of returning XML from a web service who's job is to retrieve results from a stored procedure. It's very important to me this, so any help seriously appreciated.
Thankyou.