BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in WSE

 
 
Page 18560 of 20224

WSCF 0.5: New Features (II)

Blogger : Christian Weyer: Smells like service spirit
All posts : All posts by Christian Weyer: Smells like service spirit
Category : WSE
Blogged date : 2005 Feb 09

Here is the second new feature of WSCF 0.5 - thanks to a number of feedback messages from our users:

Enhanced code generation - Interfaces
We now generate a .NET interface instead of an abstract class with all the (unnecessary and duplicated) ASMX attribute glue. This is extremely helpful if you want to separately host the service interface and the service implementation.
E.g. if you want to host the service implementation under COM+ and expose a service interface for Enterprise Services, one for WSE messaging and one for ASMX. In this case you have to define a shared interface that follows the same contract as the WSDL file.
Voilà.
Additionally, we also generate an interface for the consumer-side proxy. You may imagine that this easily enables scenarios where 
the proxy generation/instantiation can be done by a configurable factory. By doing so, the location and the chosen transport can be hidden. It`s then even possible to cache proxies.


Read comments or post a reply to : WSCF 0.5: New Features (II)
Page 18560 of 20224

Newest posts
 

    Email TopXML