Receive a post of XML Document

J

javierperezllanera

Hi.

I Need to receive a post of a document XML from any page.

Please let me know how to do it.

THANKS !!!!!
 
P

Peter Rilling

What do you mean? Posted data comes in the form of fields such as a hidden
field. Can you clarify more what you are trying to do?
 
J

Joerg Jooss

Peter said:
What do you mean? Posted data comes in the form of fields such as a
hidden field.

Only if it's form data, which is usually not the case for payload like
SOAP messages.

Cheers,
 
J

Joerg Jooss

Hi.

I Need to receive a post of a document XML from any page.

Is it a file upload or a "raw" post, where the HTTP request body
contains the original XML as is?

First case: Get it from HttpRequest.Files.
Second case: Read it from HttpRequest.InputStream.

Cheers,
 

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,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top