|
Web services
Visual Studio magazine has an intersting artcile on web services. Almost all of the applications that support business processes contain the necessary business logic captured within. Often the logic is coded as methods or packages or procedures. In a business to business transaction context it is desirable for one party to request the use of a part of the logic. May be a method of a class might be desired. Often internal users are behind a firewall while outside users are denied access to these methods (private vs public methods from b-to-b point). The article shows how you may solve this problem through web service implementation. It is somewhat similar to overloading of a method. Read on.
© Copyright 2003 Sree Nilakanta.
Last update: 4/6/2003; 4:37:34 PM.
|