473,386 Members | 1,647 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

how to create WSDL file and what is the use apart from XML?

How to create WSDl file for any given domain?
what is the use of it?
what is difference between WSDL and XML?
May 16 '13 #1
1 1696
Frinavale
9,735 Expert Mod 8TB
XML stands for "Extensible Markup Language". It is used to describe things.

For example, the following XML describes a "contact":
Expand|Select|Wrap|Line Numbers
  1. <?xml version="1.0"?>
  2. <contact>
  3.   <name>Frinavale Soldevi</name>
  4.   <company>Bytes.com</company>
  5.   <phone>(555)555-5555</phone>
  6. </contact>
  7.  
As you can see the, the XML marks up a contact and indicates the contact's name, company and phone number.

WSDL (Web Services Description Language) uses XML to describe functionality offered by a web service.

When you create a web service, you need to create a WSDL file that contains XML describe the methods offered by the web service.

Once you have created this, a client that consumes the web service will read the WSDL file in order to be able to call methods offered by the web service.

It is a vital component of web services since it contains information for clients that is necessary for them to be able to consume the web service's functionality.

So, the difference between WSDL and XML is this:
  • XML is a markup language used to describe things
  • WSDL is a file that uses XML to describe services offered by a web service


-Frinny
May 29 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Dave | last post by:
Hi, If anyone could help with this, I would greatly appreciate it! I've created my own WSDL file and referenced an XSD file too. I've generated a service side interface using wsdl /server, and...
3
by: Dee | last post by:
I dont have much experience with wsdl's, but I am currently producing asmx web services, for c# dot net projects. All the project files are stored in souresafe, including the wsdl files. Each...
2
by: pronto | last post by:
Hi all. I created simple web service with C# and run it on Win2000 XP sp2. Service has two simple . I test it with my C# client and IE. Now I want to create VC++ 6 application and talk to web...
2
by: Greg Decos | last post by:
I was given a DISCO and WSDL file and a url in order to call a web service (not written in dot net) I am not sure what to do this information. I could code the request by building a sope xml...
0
by: Andreas | last post by:
Hi, Im trying to consume a webservice described by the WSDL below, however When i try to add the WSDL it does not work, tried to run it through WSDL.EXE It validates in XMLSpy, but WSDL.exe...
2
by: SteveChamp | last post by:
I have been experimenting with .Net web services for a while and have a few questions about the schema in the automatically generated WSDL file, and whether its content can be manipulated...
2
by: noname | last post by:
I was wondering how I could get started to implement a webservice in Visual Studio 2005 based on an existing wsdl file.
7
by: Supriya | last post by:
Hi All, Is there any way to create .chm file programmatically? Please let me know. Thanks in advance. Supriya
2
by: BillB | last post by:
Hi, I've been given a WSDL file and need to convert it to C# so that I can use the procedures it creates, can anyone tell me how to do this? I'm looking at doing it using Visual Studio 2005...
2
by: BillB | last post by:
Hi, I've got a WSDL file that I need to use to create a Web Service from, I have managed to create the client side of the app using the generated .cs file that WSDL.exe creates. Does anyone know...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.