Web Service Output

lounge56

Newcomer
Joined
Feb 5, 2004
Messages
14
Hello! Can I add XML nodes to the current XML output in a web service. I have a web service (VB.NET) which builds an string using StringBuilder. I then convert it to Text using ToString(). This string is formatted XML. From here on I can't load it using LoadXML() b/c the output of a web service is already XML. I need to find a way to append this XML to the Web service output (I guess as child nodes).

I would really appreaciate any thoughts or help this.

Thank you!

-ricardo
 
Back
Top