Can a web service access modules outside the service itself ?
Vassili Vladimir
Ranch Hand
Joined: Mar 08, 2007
Posts: 1585
posted
0
Hi,
Suppose that i have a web service that is being invoked by a 3rd part app. and this web service has to access a module in another system(let's say an engine). can this be done ? if yes, is it a bad design and how ?