all groups > c# > june 2004 >
You're in the

c#

group:

HTTP Requests and Posts


HTTP Requests and Posts Richard Beacroft
6/14/2004 11:43:54 PM
c#: 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,
Re: HTTP Requests and Posts Nicholas Paldino [.NET/C# MVP]
6/16/2004 1:31:03 PM
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.

--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com

[quoted text, click to view]

AddThis Social Bookmark Button