i want to use a WSDL-Service, but i've never done this before. I have to use a certificate, but don't know how to implement this.
I did the following steps:
- Added service reference
- inserted the link to the online wsdl file
- he got it and i selected O.K
- Now i can use the namespace "ServiceReference1" in my project
When i want to call the Login-Method, then i get a error and vs tells me, that more informations are on the "faultDetailString." but how can i get these informations?
ServiceReference1.SessionWSIClient client = new ServiceReference1.SessionWSIClient();
string result = client.Login(this.transaktionsId, this.benutzerId, this.pin);