Reputation: 3142
I have been trying to connect to a publicly available web service https://tsteracun.posta.si/ERacunService/Service.svc which seems to be implemented with WCF (at least that is how it looks like to me).
However whichever binding configuration I use I am unable to make the connection. Two common errors I get are:
I am using VS2010 with .NET 3.5SP1 and I've simply added the service URL as a web service.
Upvotes: 1
Views: 100
Reputation: 3142
The issue was that the server required messages encrypted with specific certificate. Once I used the appropriate certificate it started to work OK.
Upvotes: 1