473,408 Members | 1,699 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,408 software developers and data experts.

Basic question about C# Web Services

I have developed a small class and generated a proxy class for it
using the wsdl.exe utility. I dont understand how an actual wsdl file
ties into this. It appears that I can create a c# webservice and
operate without a wsdl file, but that doesnt realy make sense to me.
Does the SoapHttpClientProtocol class hide the wsdl xml file?

Any help Appreciated!
-Velik
Jun 27 '08 #1
4 1196
Hi

WSDL describes the external public interfaces of your web services (facade).
To refer the service it fairly enough to use just the file, without having
an access to the service itself.

Regards, Alex
Jun 27 '08 #2
When you create a .NET webservice and set a Webreference to it from a client
application, it uses the webservice - generated WSDL contract to create a
client proxy class to make webmethod calls to the service.
The WSDL utility does the same thing, it just has some additional utility
switches.
Peter
<Do******@gmail.comwrote in message
news:f7**********************************@x35g2000 hsb.googlegroups.com...
>I have developed a small class and generated a proxy class for it
using the wsdl.exe utility. I dont understand how an actual wsdl file
ties into this. It appears that I can create a c# webservice and
operate without a wsdl file, but that doesnt realy make sense to me.
Does the SoapHttpClientProtocol class hide the wsdl xml file?

Any help Appreciated!
-Velik
Jun 27 '08 #3
Do******@gmail.com wrote:
I have developed a small class and generated a proxy class for it
using the wsdl.exe utility. I dont understand how an actual wsdl file
ties into this. It appears that I can create a c# webservice and
operate without a wsdl file, but that doesnt realy make sense to me.
Does the SoapHttpClientProtocol class hide the wsdl xml file?
the server side developer writes the web service and deploy it

ASP.NET generates the WSDL from the web service

the wsdl utility generated a stub from the WSDL

the client side developer write client code that calls
the stub

Arne
Jun 27 '08 #4
DomoChan,

From the first version of Visual Studio 2K+ there is a WebService project
template.

As you use that a webservice is created which contains all your WSDL and
SOAP wrappers for you.
(It shows up as a kind of Hello World application it it, what you just have
to tailor to your needs)

Cor
<Do******@gmail.comschreef in bericht
news:f7**********************************@x35g2000 hsb.googlegroups.com...
>I have developed a small class and generated a proxy class for it
using the wsdl.exe utility. I dont understand how an actual wsdl file
ties into this. It appears that I can create a c# webservice and
operate without a wsdl file, but that doesnt realy make sense to me.
Does the SoapHttpClientProtocol class hide the wsdl xml file?

Any help Appreciated!
-Velik
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Ramesh | last post by:
hi, Let me ask some basic questions. Can anybody explain me about the following questions: 1. When we have to create sn key? Whenever we compiled Component we have to create or it is a one time...
13
by: Pete | last post by:
I'm cross posting from mscom.webservices.general as I have received no answer there: There has been a number of recent posts requesting how to satisfactorily enable BASIC authorization at the...
5
by: Microsoft | last post by:
Hi, I have Visual Basic .net 2003 (Standard Edition) & SQL Server 2000 Developer Edition. When trying to create a connection in the server explorer from the .net IDE I get a number of problems;...
8
by: Raymond Lang | last post by:
I have an unusual situation in my facility. I need to install Visual Basic ..NET onto a user's system, however per corporate policy, we cannot install the IIS services or FrontPage Extensions onto...
97
by: Master Programmer | last post by:
An friend insider told me that VB is to be killled off within 18 months. I guess this makes sence now that C# is here. I believe it and am actualy surprised they ever even included it in VS 2003 in...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.