Ask a Question related to ASP.NET Web Services, Design and Development.
-
NewsGroups #1
SOAP over SSL? NotSupportedException in generated client proxy code
Hi all,
I used the wizards in VC.NET to generate code to generate a client proxy for
a web service in the usual manner. The .WSDL file is published on the web,
the only slightly unusual thing about the site is it happens to be an
SSL-only and authenticated.
When I invoke the generated code, I get this exception:
System.NotSupportedException: The ServicePointManager does not support
proxies of https scheme.
at System.Net.ServicePointManager.FindServicePoint(Ur i address, IWebProxy
proxy)
at System.Net.HttpWebRequest.FindServicePoint(Boolean forceFind)
at System.Net.HttpWebRequest.set_InternalProxy(IWebPr oxy value)
at System.Net.HttpWebRequest.set_Proxy(IWebProxy value)
at System.Net.Service.Protocols.HttpWebClientProtocol .GetWebRequest(Uri
uri)
at System.Net.Service.Protocols.SoapHttpClientProtoco l.GetWebRequest(Uri
uri)
at System.Net.Service.Protocols.SoapHttpClientProtoco l.Invoke(String
methodName, Object[] parameters)
....
Which, hard as it is to believe, seems to be telling me the code cannot
support SOAP/SSL througha proxy server. (Note the "The ServicePointManager
does not support proxies of https scheme." above)
The generated code is currently 99% unmodified, the only change is to attach
the default credentials to get past the proxy server.
Any ideas?
Platform is 1.1 framework, VC.NET 2003, Win2000 SP3
Thanks,
DWL
NewsGroups Guest
-
Writing a HTML/ASP SOAP client for a SOAP::Lite destination
How would I go about writing a SOAP client in either HTML or classic asp? The SOAP "listener" was written in Perl with SOAP::Lite in Unix and I am... -
WSE 2.0 Problem with generated Proxy
Hello When I add a Web Reference to my Client Project, using a vsdisco file, in the generated reference.vb only for the first class is a xxxWSE... -
Windows Client using Generated WS Proxy
Hi, How many people are using a windows client to talk to their web service? I'm interested on peoples view on using the classes that are... -
Simplifying Soap Web Services calls for client code
Hi, I am trying to figure out how to create an architechture for client code to make calls to a web service but do some common operations in the... -
Problem with .NET generated SOAP client
All, I'm having a problem with a VS.NET generated SOAP client that connects to an existing Web service. The problem is that the Web service is...



Reply With Quote

