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.
 
Back
Top