Web Service?

P

PatK

I see so many folks saying things like...."you can do this by using a, or
connecting to, a 'web service'" What in the heck are folks referring to?
What is a Web Service?

Thanks! (sorry for being such a noob).

Pat
 
B

Ben Walters

Pat,
No appology needed, if you don't ask the question you'll never know the answer
a web service is esentailly a set of methods than can be acessed via a http
adress, these methods then return an stream of xml data to the caller.
In the case of InfoPath this allows you to maintain your data connections
and complex business logic centrally on your network rather than in a form
template that is stored on the users machine.
The reason this is recommended to users of InfoPath is because InfoPath
directly supports connection to a web service.

for more info you can check out
http://msdn.microsoft.com/webservices/webservices/understanding/default.aspx

I hope this helps

Cheers
Ben Walters
 
P

PatK

Thank you Ben...very helpful!!!!

Patk

Ben Walters said:
Pat,
No appology needed, if you don't ask the question you'll never know the answer
a web service is esentailly a set of methods than can be acessed via a http
adress, these methods then return an stream of xml data to the caller.
In the case of InfoPath this allows you to maintain your data connections
and complex business logic centrally on your network rather than in a form
template that is stored on the users machine.
The reason this is recommended to users of InfoPath is because InfoPath
directly supports connection to a web service.

for more info you can check out
http://msdn.microsoft.com/webservices/webservices/understanding/default.aspx

I hope this helps

Cheers
Ben Walters
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top