开发者

web service getting started [closed]

开发者 https://www.devze.com 2023-01-10 01:12 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I have to implement a web service in my work, the probl开发者_高级运维em is that I don't have any idea what a web services is. Can you give me some references to get started and to understand what people are asking me for? Maybe some good book also ...

Thanks.


Get Started with basics about a web service here

Assuming you want to use WCF to build web services read about it more here or if you want to use legacy web services with .net read here

Here is a simple wcf service application with code which you can build on further and understand.


Start at wikipedia

Also some great info on MSDN


There simply isn't a short answer to this question, but there are limitless guides you can easily find on any search engine to help you get started. But since you asked, here are two links, one to help you understand the inner-workings of a web service, and the second, a guide to creating your first service in ASP.NET

Anatomy of a Web Service: XML, SOAP and WSDL for Platform-independent Data Exchange

Create Your First ASP.NET Web Service

0

精彩评论

暂无评论...
验证码 换一张
取 消