English 中文(简体)
行业标准如何包装和部署世界合作框架服务
原标题:What are the industry standard ways of packaging and deploying WCF services

是否有行业标准方式来包装和部署网络服务,以适应违反/违背规定的情况。

  1. Web services are developed in different location and ultimately deployed on common site
  2. This should take care of versioning ( Side by side web service deployment)
  3. Client side versioning issues
问题回答

无。

Ok, “标准”:

  • UDDI for finding them.

http://servicesengine.codeplex.com/rel=“nofollow noreferer”http://servicesengine.codeplex.com/

这基本上是内部网络服务的出版前端。 因此,你将其全部放在一个服务器/服务器上(服务于xxx.com),基本上可以在那里登记,包括不同版本。





相关问题
WCF DataMember Serializing questions

Ok, so I was part way through the long winded process of creating DTOs for sending my model over the wire and I don t feel like I m going down the right route. My issue is that most of the entities ...

Access WCF service on same server

I have a .NET website with a WCF service. How do I access the current operations context of my service? One possible work around is to just make a call to the service within the app...but that seems ...

WCF binding error

So I got into work early today and got the latest from source control. When I try to launch our ASP.NET application, I get this exception: "The binding at system.serviceModel/bindings/wsHttpBinding ...

The service operation requires a transaction to be flowed

I am facing strange issue with our WCF service. The same code was working fine until recently we added more OperationContracts(Web Methods). We have common 3 tier architecture. DAL (WCF) BLL Web ...

热门标签