HTTP Requests and Posts

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

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

Top