Groups > Asp .Net > ASP.NET XML Web Services > Re: Is web services a part of web Service?




Is web services a part of web Service?

Is web services a part of web Service?
Thu, 3 Apr 2008 11:20:16 +0000
I have a question: Is web services a part of web server?? And when the client
calls web service, it means that client calls web server??

Or is it a different entity in itself which communicates separately both with
client and server and acts as middleware application..

I am very confused..

Can someone explain me the architecture...???

Thanks..
Post Reply
Re: Is web services a part of web Service?
Thu, 3 Apr 2008 14:13:18 +0000
When you build and deploy your web service, you will deploy it to your web
server.  Typically, you could add in security certificates, etc.  The web
service itself gives applications the ability to work outside of a sandbox model
b/c they can be accessed through different protocols, HTTP probably being the
most popular.

 Hope that helps.
Post Reply
about | contact