Can you give an example of when it would be appropriate to
use a web service as opposed to non-serviced .NET component?
Answer Posted / swapna
Web service is one of main component in Service Oriented
Architecture. You could use web services 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 web
service since it runs on port 80 (by default) instead of
having some thing else in Service Oriented Architecture
applications.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is meant by mobile application?
Is it right way to earn revenue through google adsense? Is it Possible?
How to redirect to another page?
Give some examples of web applications that are used in our day to day life.
Name 3 attributes of the position property.
Difference between null and undefined?
what is the relationship between garbagecollection and thread?
1. How can u know that the DB has connected to ur WLS? 2. What happen when u deploy a ear file in web applications? 3. What happen when ur DB and proxy server(Apache) are down n ur weblogic server is up? 4. How can u configure ur proxy server(Apache)? 5. How can the proxy server(Apache) communicate with ur WLS? 6. How the request process to ur WLS through the Proxy server(Apache)? 7. How can u know that ur heap memory is full? 8. When will u do garbage collection?
What software do you use to build websites? Give me an example of a project that you built using JavaScript. What kind of functionality did you create?
What is the difference between relative and absolute url?
If we force XML for web design, the browzer size will reduce. How?
Can we use data reader object in webservices?
Have you used sass? What’s good about it?
DHTML: Difference between FontSize and Font Size?
Design a web crawler? How will you avoid from getting into infinite loops?