简体   繁体   中英

Migrate ASMX web service to servicestack

We are moving from hosting in IIS to hosting our web service in self hosting nancy.

We have REST entry points working fine in self hosted nancy.

We also have a SOAP entry point that is surfaced as an ASMX. It appears to us that there is no practical way to run the asmx in self hosted nancy.

So we are looking at recreating the SOAP endpoint using servicestack.

Is there a doc or workflow to help us see the path forward?

ServiceStack's SOAP Support docs contains info on hosting ServiceStack Services via SOAP (which requires ASP.NET).

Note it's only for making ServiceStack Services available via SOAP Endpoints, not for being able to host existing WCF/ASMX services.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM