Can you give an example of when it would be appropriate to
use a web service as opposed to non-serviced .NET component?
Answer / 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 |
How to troubleshoot if you get the error as application pool is hanges?Answer me in step by step procedure?
What are differences between DTDs and Schema?
Define http.
what is the Need for CSS ?
How to do continuous marquee.. Please send me the code
Define https.
in companies what is the use of websphere?
DHTML: Difference between FontSize and Font Size?
1.what is the difference between webserver and application server? 2. what is the difference between webserver and weblogic server?
Why should you submit your site to search engines?
What can you do to improve page performance?
actually, i have integrated oscommerce and forum in my joomla website.And have made common login to all of these.when i register a new user, it'll get registered successfully.But when i try to login from the frontend and also from the forum ,it is displaying the msg "you are not authorised to view this resource". but logging in successfully through oscommerce.why it is so?