C# web service wrapper on new net core/standard frame

I’m trying to develop a c# wrapper to communicate with x3 SOAP web services with the new frameworks NET CORE, NET STANDARD 2.0 (on Xamarin).

With this wrapper:

https://www.rklesolutions.com/blog/x3-soap-web-services

I can easily connect with old NET Framework, but in Net Core SoapHttpClientProtocol is no more supported and can’t override GetWebRequest.

So I follow this stackoverflow: 

https://stackoverflow.com/questions/48625444/calling-a-soap-service-in-net-core

 

I share my solution on net core (but at the moment it doesn’t work),  you find the new service reference (obtained from the wizard on net core):

https://codeshare.io/al6xZD

and my client method class:

https://codeshare.io/5eExZK

When I run the getdescription method I don't get any errors, but the application times out.

Can you help me in any way?

Parents Reply Children
No Data