How to capture an XML HTTP Post in ASP.NET?

S

Stacey

I want to create a web page that a user can post an xml document to. The
page will then call a webservice and which returns an xml response which the
page should respond to the post with. The webservice is done. I am stuck
trying to figure out how to write the page. Thanks.

Stacey
 
H

Hermit Dave

how do you need to display the xml ?
do you need to show raw XML ?
most likely scenario you would want a transformation of some sort to display
it in a table or something

you can either use XSL transformation to render the file to required look
and feel

or in case you wish to use asp.net features and display it in a grid or
perform operations then consider using objects like
XmlDataDocument (which can be used to sync xml to a dataset). A variety of
xml objects can be found in System.Xml namespace.

i recently did a post detailing how to read a xml file into a dataset. if
you cannot find it..just reply by.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
 
M

Matt Berther

Hello Stacey,

Why are you even bringing a web page into this? Allow the user to post directly to the webservice. No need to bring in an additional layer.
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top