T
Timothy Bales
Could someone PLEASE explain how do I use HTTP POST in ASP .NET to get an
xml string from a server that exposes a web service? My IIS server will
receive a username and password from an HTML form and will have to send that
info via HTTP POST to another server that exposes the web service, I then
will have to parse the XML output received from the remote web service,
format it and send to the user on a web page. My IIS server is in the
middle, I need to pass the user info to the remote web service and then the
XML output back from the remote web service to the end user's browser.
Just a snippet of code for the background HTTP POST in ASP .NET, I have
checked a lot of ASP .NET books and none of them touches on this scenario.
THANKS,
Tim.
xml string from a server that exposes a web service? My IIS server will
receive a username and password from an HTML form and will have to send that
info via HTTP POST to another server that exposes the web service, I then
will have to parse the XML output received from the remote web service,
format it and send to the user on a web page. My IIS server is in the
middle, I need to pass the user info to the remote web service and then the
XML output back from the remote web service to the end user's browser.
Just a snippet of code for the background HTTP POST in ASP .NET, I have
checked a lot of ASP .NET books and none of them touches on this scenario.
THANKS,
Tim.