Hello

I want to make a C# web services for XAMPP (basically Apache). I know I have to download a mod for this but first thing is first:

Where is a good guide to read on how to create a web service? Guides Ive found are either outdated or very comlpicated when it comes to wording at least.

Once I get that understood, then we can get running it on XAMPP.

Recommended Answers

All 4 Replies

What type of WebService are you thinking of? SOAP or REST?

Creating a SOAP WebService in C# with Visual Studio is pretty easy. Just create a project as ASP.NET Web Service Application, that you'll came with a example method, is very straightfoard.

If you are thinking of REST, then you need to stablish your pattern to implement it latter.

What type of WebService are you thinking of? SOAP or REST?

Since my current one is implemented in SOAP, I guess Ill go with SOAP.

Sadly that link is for a REST web service :(

riahc3, so do as I said. Just create the project as ASP.NET WebService Application.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.