C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !






Discovery file and Delopying a Web service


Posted Date: 13 Aug 2008    Resource Type: Articles    Category: .NET Framework
Author: D.Jeya kumar(JK)Member Level: Diamond    
Rating: Points: 10



Creating a Discovery File:
Web service discovery is a process of locating the Web service over internet or intranet. We can find a web service by the discovery file. Discovery file is in XML format and with .DISCO extension. But it is not necessary for each web service to have a discovery file. If we cannot find the discovery file, we will not be able to locate the Web Services.
A Sample Web service discovery file is


<?xml version="1.0" ?>
< disco:discovery xmlns:disco="http://schemas.xmlsoap.org/disco/">
< scl:contractRef ref="http://mysystem/myservice.asmx?SDL"/>
</disco:discovery>


Universal Description, Discovery, and Integration (UDDI) describe mechanisms to advertise existing Web Services. UDDI is an open, Internet-based specification designed to be the building block that will enable businesses to quickly, easily, and dynamically find and transact business with one another using their preferred applications. A reference site for UDDI is http://uddi.microsoft.com.

To Deploy the Web service:
Deploying a web service Is just like web application deployment. In order to deploy a web service You need to copy the ASMX file and .DISCO file in particular folders.




Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Discovery file and Delopying a Web service  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: What is in Web service
Previous Resource: String Manipulation - Clone and Trim function
Return to Discussion Resource Index
Post New Resource
Category: .NET Framework


Post resources and earn money!
 
Related Resources



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use