HTTP Requests and Posts

  • Thread starter Thread starter Richard Beacroft
  • Start date Start date
R

Richard Beacroft

Hi,

I was wondering if anyone has seen an example of how one
can send an HTTPWebRequest, passing in a schema to define
what information your sending and <b>have an application,
aspx? file retrieve the information, process the request
and send a response</b>

Kind Regards,
Rik
 
Richard,

What you are doing sounds a lot like web services. If you have a web
service already up and running, then you can just set a reference to it, and
VS.NET will create the proxy classes to access it.

Either that, or you can use the WSDL tool from the command line.

Hope this helps.
 
Back
Top