Soapy web service with a portable class library

I have a portable class library and I need to consume a soapy web service inside it - I use the .NET Framework 4.5 and visual studio 2012- .. I added a link to the service and I use its client creation and use the event handler to use it . But he returns this exception:

The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error.

I noticed that the client configuration file is empty. I was interested to learn how to use this service.

+4
source share
1 answer

Fiddler "-" . , , - , .NET, , status code. , .

0

Source: https://habr.com/ru/post/1525998/


All Articles