Skip to main content

Creating a Web Service

Enough talk, let's create a Web Service.

Our Web Service, called “CompanyInfo”, will be very simple: it provides basic information about companies (their name, what they do, their address, etc.). The information about the companies is stored within a database.

FeedbackOpens in a new tab