Since 2011sp1 Tridion comes with a precompiled core service client. Would there still be a reason to generate your own proxy by adding a service reference? Or is that older method officially deprecated now?
相关问题
- Dynamic drop downs in Tridion designing in schema
- Tridion 2009 SP1: How to schedule a content page f
- Tridion 2011 SP1 - Transport service failed to tra
- In SDL Tridion 2011, how can I process metadata on
- What is best way to export and import security per
相关文章
- How to set the next activity from the current auto
- Can the list of favorites be extended using a Data
- Is there a way to pass a variable through when cal
- How to add user defined methods in C# TBB(C# code
- Content Manager configuration snap-in “Could not r
- How to get tcmid of currently logged user in Tridi
- How can I implement WCF Transaction support on cus
- Tridion: Replacement for Query.QueryOperator metho
The precompiled coreservice client is distributed by default to help implementers. As generating the own proxy is bit difficult (you might need to change some config in svcutil).
The precompiled coreservice client always uses the latest endpoint. Depending upon your situation you might need to generate your own proxy if you want to connect with the old endpoint always.
Otherwise you can use the precompiled client which will make sure you are connecting to the latest endpoint but that might break your client (you might need to fix something or recompile).
Let's take a look at advantages of compiled dll vs service reference: