T
Thomas via .NET 247
I'm trying to invoke a web service programmatically withoutcreating a proxy (e.g. extending SoapHttpClientProtocol). (Theproblem is that at design-time I know nothing about the webservice, so I can't use a Web Reference.) Is there a way tocreate a SOAP invocation and manually invoke it? Can I extendSoapHttpClientProtocol (or something else) and override thedefault behavior? Something else entirely? One obvioussolution is to drop down to the raw XML, but I want to avoidthat, it's an awful lot of work that .NET already does for me.
Thanks,
Thomas
Thanks,
Thomas