Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What web service is used in .net?

if know answer to u sent my mail id,

user-image
Question added by Maran Rockzz , Software Engineer , D Leaf Software Solutions
Date Posted: 2013/12/03

A web service is a programmable application logic accessible via standard web protocols.one of these web protocol is Simple Objec tAcess Protocol(SOAP).SOAP uses standard based technology (XML for data description & HTTP for transportation to encode and transmit data application).

web service platform elements-

1.SOAP

2.UDDI

3.WSDL

SOAP is an xml based protocol to let application exchange information over http

UDDI(universal description,discovery and integeration) is directory service where companies can register & search for web services.

WSDL(web services description language) is an xml based language for locating and describing web services.

to create web service in asp.net with c#,use visual studio IDE

click file--new--website--opens a new website template window--select c# language--choose asp.net webservice template.

choose web location :HTTP click on ok.it comes like this:

http://localhost/demowebservice

  --app_code

        --Service.cs  (it is default web service business classs)

  --app_data

         --service.asmx( it is default web service)

          --web.config

Aditya Tiwari
by Aditya Tiwari , Application Developer , Mindkey Technologies

IIS

Shahid Shaikh
by Shahid Shaikh , Senior Consultant , Infotouch FZ LLC

web service is nothing but an implementation of Service Oriented Architecture (SOA) which simply is loosely coupled system.

They do not depend on any specific plateform or technology like java, .net, php etc. They can be consumed by anyone.

You can refer this link also to understand it better.

What ever be the calling platform the response content would be same, irrespective of technology.

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.