I am migrating from .netframework to .netCore. I have a webservice for which I am using SoapCore as alternative in .netCore. the webservice has authentication required as SoapHeader. How do i implement that in SoapCore?
Asked
Active
Viewed 542 times
0
-
please show us some code and tell us more about what kind of soap service you are consuming. Did you also checked some thread in stackoverflow like this: https://stackoverflow.com/questions/48625444/calling-a-soap-service-in-net-core? – Prashant Lakhlani Sep 19 '18 at 08:48
-
I am trying to create a soap service using .netcore. I am using middleware(soapcore) to build that. – Blue Jay Sep 19 '18 at 14:01