0

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?

Blue Jay
  • 71
  • 1
  • 12
  • 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

1 Answers1

0

You can use SoapMessageInspector.
Have you seen this?

Majid325
  • 34
  • 5