It appears that you need to turn to (my favourite method) of invoking
web services - using HttpWebRequest and HttpWebResponse. This works in
the same way that you would access any other internet resource (such
as a web page), pass parameters and get back a response.

On Sep 10, 1:46 am, Cale <[EMAIL PROTECTED]> wrote:
> Hello group,
>
> I've been digging around Google and the rest of the Internet for the
> last few days trying to figure out how to consume a web service
> without using a proxy class. Everything that turns up uses some type
> of proxy class and that won't work for me... mainly because I won't
> know the endpoints or web services to consume until later during
> runtime.
>
> I've been porting some Java code related to web services recently. In
> the Java code there's calls into Apache Axis to get the job done (for
> both providing and consuming). Is there anything similar to that
> in .NET? Or Is there at least some type of SOAP client class I can use
> to create and send a request in .NET?
>
> Perhaps I should focus my searches on SOAP instead of "Web services"?
>
> Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---

Reply via email to