1.

Can You Give An Example Of When It Would Be Appropriate To Use A Web Service As Opposed To A Non-serviced .net Component?

Answer»

Webservice is one of main component in Service Oriented Architecture. You could use WEBSERVICES when your clients and servers are running on different networks and also different PLATFORMS. This provides a loosely COUPLED system. And also if the client is behind the firewall it would be EASY to use webserivce since it runs on PORT 80 (by default) instead of having some thing else in SOA apps.

Webservice is one of main component in Service Oriented Architecture. You could use webservices when your clients and servers are running on different networks and also different platforms. This provides a loosely coupled system. And also if the client is behind the firewall it would be easy to use webserivce since it runs on port 80 (by default) instead of having some thing else in SOA apps.



Discussion

No Comment Found