Urgent: Web Services

J

Jason

Hello,

I am pretty new to web services.
And I have a situation where i am using a web Method that will send an xml
documents.

I am getting data into the dataset and then using dataset.getxml() method
to put it in an xml document object.

Before i send this xmldocument back i want to format it to specific xml
schema that the client requires and i need to change few elements names and
add few attributes to the elements and so on.

can any one help me on this as this an urget situation.

Thanks!
 
C

Cowboy \(Gregory A. Beamer\)

Take the DataSet XML, as XML.
Create an XSL stylesheet that converts to the XML format you need.
Run a transform.
Send the resulting transformed string to the client.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top