Contents tagged with Webservice
-
Interesting links week #3
Below a list of interesting links that I found this week:
-
Removing the expect http header
When implementing a java axis web service in to a .NET project, it seems that the expect http header provides a wrong response from the axis web service. So we had to remove the expect http header from the web service request.
-
Add Web Reference with certificates on https
Today I was adding a webservice via "Add Web Reference" to my project. The webservice was only accessible on https with a client certificate. When I did "Add Web Reference" I got a "The underlying connection was closed: Could not establish secure channel for SSL/TLS", but in IE it's works perfect. After some research I found an other way to add the webservice via "Add Web Reference". You can do it like this: