Multiple WCF services referencing the same data contracts

前端 未结 6 1707
被撕碎了的回忆
被撕碎了的回忆 2020-12-31 03:18

I am building a set of WCF services that share common data contracts (or entities if you prefer). These are simple data transfer objects that are decorated with DataContract

6条回答
  •  被撕碎了的回忆
    2020-12-31 03:42

    It depends on what tools they are using on the client side. For instance, with Axis2 for Java the wsdl2java tool can share types by using the -u switch.

    how can I share proxy objects across multiple Axis2 web service clients?

提交回复
热议问题