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

Re: reading an xml file from the client by Bryan

Bryan
Tue Mar 06 12:41:10 CST 2007

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

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com



"Vicky" <vikram.bodavula@gmail.com> wrote in message
news:1173085769.767040.9190@s48g2000cws.googlegroups.com:

> 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