RE: Article on WS architecture and best practice ... may be of in terest

>this methodology
>defeats the whole purpose of Web services, which is to hide the
>implementation of a service completely behind an XML-based interface. 
>VS.NET generates the interface from the implementation.

I don't see the conflict here. For any user of the Web service the generated
interface does exactly that: hides the original implementation.

If the point made by the article is that Web services interfaces should be
defined first and implementations should follow, this is evidently not
possible in all those cases where Web services are used as wrappers for
legacy implementations.

Ugo

Received on Thursday, 3 October 2002 15:41:39 UTC