reading an xml file from the client

  • Thread starter Thread starter Vicky
  • Start date Start date
V

Vicky

hello,
i have to read an xml file sent by http post method run by the client
coded in java
How do i read the whole file from the server which is written in
VB.net
Please reply soon

Thanks
Vikram
 
Get a Stream object from the HTTP post and load it into an XmlDocument
object.
 

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

Back
Top