Web Service

  • Thread starter Thread starter trevor.niemack
  • Start date Start date
T

trevor.niemack

I want to write a web service and then to use this to interacte with a
web page that then sends stuff to a DB.
I have written a webservice before but to interact with a specific app.
I need to understand the logic of writting a webservice and how to use
it effectively.
 
Trevor,

The sense to do it alone for a webapplication is something I don't see, the
webservice is a wepapplication itself.

However a very good walkthrough,

http://msdn.microsoft.com/library/d...tingDistributedWebApplicationWalkthrough.aspI hope this helps,Cor<[email protected]> schreef in berichtwant to write a web service and then to use this to interacte with a> web page that then sends stuff to a DB.> I have written a webservice before but to interact with a specific app.> I need to understand the logic of writting a webservice and how to use> it effectively.>
 
I'm a tad bit confused as to why you would want to use a web service for a
web site to excute. A web service itself is a website, so makeing a website
to make a website seems redundant.
 
"Cor Ligthert [MVP]" <[email protected]> schreef in bericht
Trevor,

The sense to do it alone for a webapplication is something I don't see, the
webservice is a wepapplication itself.

However a very good walkthrough,

http://msdn.microsoft.com/library/d...atingDistributedWebApplicationWalkthrough.asp
...........
I hope this helps,

Cor

<[email protected]> schreef in
berichtwant
to write a web service and then to use this to interacte with a> web page
that then sends stuff to a DB.> I have written a webservice before but to
interact with a specific app.> I need to understand the logic of writting a
webservice and how to use> it effectively.>
 
Back
Top