简体   繁体   English

将ASMX Web服务迁移到ServiceStack

[英]Migrate ASMX web service to servicestack

We are moving from hosting in IIS to hosting our web service in self hosting nancy. 我们正在从IIS托管过渡到以自托管nancy托管Web服务。

We have REST entry points working fine in self hosted nancy. 我们有REST入口点在自托管nancy中可以正常工作。

We also have a SOAP entry point that is surfaced as an ASMX. 我们还有一个作为ASMX浮出水面的SOAP入口点。 It appears to us that there is no practical way to run the asmx in self hosted nancy. 在我们看来,没有实际的方法可以在自托管nancy中运行asmx。

So we are looking at recreating the SOAP endpoint using servicestack. 因此,我们正在考虑使用servicestack重新创建SOAP端点。

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). ServiceStack的SOAP支持文档包含有关通过SOAP(需要ASP.NET)托管ServiceStack Services的信息。

Note it's only for making ServiceStack Services available via SOAP Endpoints, not for being able to host existing WCF/ASMX services. 请注意,这仅用于通过SOAP端点提供ServiceStack服务,而不能用于承载现有的WCF / ASMX服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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