SOAP in .NET Core?

前端 未结 6 1379
耶瑟儿~
耶瑟儿~ 2020-12-15 05:36

How you do SOAP in .NET Core? Are there any equivalents of Apache CXF in .Net Core (not just a simple SOAP client but full featured stack)?

Sorry if this is a very b

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-15 05:59

    I need SOAP for my legacy clients, so I created a separate SOAP library that is compatible with my legacy clients, using .NET framework, hosted in a separate environment. (SOAP.mywebsite.com). Then on www.mywebsite.com (created with asp.net Core, I have a rest interface. The SOAP layer calls the rest interface. The library to call the rest interface is generated using Swashbuckle.

提交回复
热议问题