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

WSDL & .NET Web Service

(Newbie Alert!!) Is there a way to generate a Web Service from a WSDL file?
Or does this not make sense?

--
TFWBWY...A
Nov 23 '05 #1
6 1653
CT
This might help:
http://msdn.microsoft.com/library/de...oolWsdlexe.asp

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:OT**************@TK2MSFTNGP10.phx.gbl...
(Newbie Alert!!) Is there a way to generate a Web Service from a WSDL
file? Or does this not make sense?

--
TFWBWY...A

Nov 23 '05 #2
Thanks! I actually found that about an hour after I posted it, but thanks
anyway!

Next question: I got the generated code, so now, is that my web service
code? I just need to 'debug' and work out the wrinkles from there?

"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:us**************@TK2MSFTNGP15.phx.gbl...
This might help:
http://msdn.microsoft.com/library/de...oolWsdlexe.asp

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:OT**************@TK2MSFTNGP10.phx.gbl...
(Newbie Alert!!) Is there a way to generate a Web Service from a WSDL
file? Or does this not make sense?

--
TFWBWY...A


Nov 23 '05 #3
CT
The generated code is the proxy used at client-side to access the "real" Web
service on the server. Check out this articles:
http://msdn.microsoft.com/library/de...ebservices.asp

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work but
they try anyway, and which sometimes actually work, such as recompiling
everything. (Karl Lehenbauer)
---------
"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:uC****************@TK2MSFTNGP14.phx.gbl...
Thanks! I actually found that about an hour after I posted it, but thanks
anyway!

Next question: I got the generated code, so now, is that my web service
code? I just need to 'debug' and work out the wrinkles from there?

"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:us**************@TK2MSFTNGP15.phx.gbl...
This might help:
http://msdn.microsoft.com/library/de...oolWsdlexe.asp

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:OT**************@TK2MSFTNGP10.phx.gbl...
(Newbie Alert!!) Is there a way to generate a Web Service from a WSDL
file? Or does this not make sense?

--
TFWBWY...A



Nov 23 '05 #4
I'll remind you of my 'newbie' status before I ask the next 2 questions.

1. What do you mean by "proxy"? Interface? Can you point me to another
example?
2. What do you mean by " 'real' Web service on the server"?

Oh, and thanks for your patience!

"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:OS**************@TK2MSFTNGP15.phx.gbl...
The generated code is the proxy used at client-side to access the "real"
Web service on the server. Check out this articles:
http://msdn.microsoft.com/library/de...ebservices.asp

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work
but they try anyway, and which sometimes actually work, such as
recompiling everything. (Karl Lehenbauer)
---------
"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:uC****************@TK2MSFTNGP14.phx.gbl...
Thanks! I actually found that about an hour after I posted it, but
thanks anyway!

Next question: I got the generated code, so now, is that my web service
code? I just need to 'debug' and work out the wrinkles from there?

"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:us**************@TK2MSFTNGP15.phx.gbl...
This might help:
http://msdn.microsoft.com/library/de...oolWsdlexe.asp

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:OT**************@TK2MSFTNGP10.phx.gbl...
(Newbie Alert!!) Is there a way to generate a Web Service from a WSDL
file? Or does this not make sense?

--
TFWBWY...A



Nov 23 '05 #5
CT
Bryan,

A proxy is a "copy" of the actual Web service, which I also refer to as the
"real" Web service. Your code talks to the proxy which, in very simple
terms, talks to the Web service. It's a go-between the client and the
server.

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work but
they try anyway, and which sometimes actually work, such as recompiling
everything. (Karl Lehenbauer)
---------
"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:un**************@TK2MSFTNGP10.phx.gbl...
I'll remind you of my 'newbie' status before I ask the next 2 questions.

1. What do you mean by "proxy"? Interface? Can you point me to another
example?
2. What do you mean by " 'real' Web service on the server"?

Oh, and thanks for your patience!

"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:OS**************@TK2MSFTNGP15.phx.gbl...
The generated code is the proxy used at client-side to access the "real"
Web service on the server. Check out this articles:
http://msdn.microsoft.com/library/de...ebservices.asp

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work
but they try anyway, and which sometimes actually work, such as
recompiling everything. (Karl Lehenbauer)
---------
"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:uC****************@TK2MSFTNGP14.phx.gbl...
Thanks! I actually found that about an hour after I posted it, but
thanks anyway!

Next question: I got the generated code, so now, is that my web service
code? I just need to 'debug' and work out the wrinkles from there?

"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:us**************@TK2MSFTNGP15.phx.gbl...
This might help:
http://msdn.microsoft.com/library/de...oolWsdlexe.asp

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:OT**************@TK2MSFTNGP10.phx.gbl...
> (Newbie Alert!!) Is there a way to generate a Web Service from a WSDL
> file? Or does this not make sense?
>
> --
> TFWBWY...A
>



Nov 23 '05 #6
With all due respect, I guess I'm just not getting the whole picture. Does
the WSDL-generated code represent the way the web service looks to a .Net
program? If so, then how do I use said generated code? Do I just 'flesh
out' the code so that it actually accomplishes what the WSDL says?

"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:ud*************@TK2MSFTNGP15.phx.gbl...
Bryan,

A proxy is a "copy" of the actual Web service, which I also refer to as
the "real" Web service. Your code talks to the proxy which, in very simple
terms, talks to the Web service. It's a go-between the client and the
server.

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work
but they try anyway, and which sometimes actually work, such as
recompiling everything. (Karl Lehenbauer)
---------
"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:un**************@TK2MSFTNGP10.phx.gbl...
I'll remind you of my 'newbie' status before I ask the next 2 questions.

1. What do you mean by "proxy"? Interface? Can you point me to another
example?
2. What do you mean by " 'real' Web service on the server"?

Oh, and thanks for your patience!

"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:OS**************@TK2MSFTNGP15.phx.gbl...
The generated code is the proxy used at client-side to access the "real"
Web service on the server. Check out this articles:
http://msdn.microsoft.com/library/de...ebservices.asp

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work
but they try anyway, and which sometimes actually work, such as
recompiling everything. (Karl Lehenbauer)
---------
"Bryan Dickerson" <tx******@netscape.net> wrote in message
news:uC****************@TK2MSFTNGP14.phx.gbl...
Thanks! I actually found that about an hour after I posted it, but
thanks anyway!

Next question: I got the generated code, so now, is that my web service
code? I just need to 'debug' and work out the wrinkles from there?

"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:us**************@TK2MSFTNGP15.phx.gbl...
> This might help:
> http://msdn.microsoft.com/library/de...oolWsdlexe.asp
>
> --
> Carsten Thomsen
> Communities - http://community.integratedsolutions.dk
>
> "Bryan Dickerson" <tx******@netscape.net> wrote in message
> news:OT**************@TK2MSFTNGP10.phx.gbl...
>> (Newbie Alert!!) Is there a way to generate a Web Service from a WSDL
>> file? Or does this not make sense?
>>
>> --
>> TFWBWY...A
>>
>
>



Nov 23 '05 #7

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

Similar topics

1
by: ffhansix | last post by:
Hi, I am having problems with generating a c# proxy class from a IBM websphere WSDL file, when running the wsdl.exe to create the c# proxy file command i recieve an error: Warning: one or...
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...
2
by: pshvarts | last post by:
(I'm new in SOAP) I get some wsdl file (from apache service ). I tried creating SOAP client with .NET - trying to add Web Reference and get error like: "Custom tool error: Unable to import...
0
by: Elhanan | last post by:
hi.. i have a small Web Service which is consumed by dotnet application the webservice is located in 2 places. the first is my local tomcat, and the second is in websphere server. problems is...
1
by: Mike Logan | last post by:
I have a schema that defines my messages and objects. I then have a WSDL that defines the web services. I have my sample XSD, sample WSDL, and the code generated from WSDL.exe. In the generated...
5
by: Mike Logan | last post by:
I used WSDL.exe to generate a client side web proxy for a web service, called the web service, got the results but an array returned by the web service is not in the results. However if I use...
5
by: ayaz.usman | last post by:
Hi, I've built a web services proxy server, in C# using wsdl.exe, by importing wsdl. Howeever, when I go to : http://localhost/sample.asmx?wsdl, they wsdl there does not match the wsdl I fed...
5
by: Nick K. | last post by:
I use wsdl.exe to generate client code to call a web service. The actual web service is generated with the BizTalk Web Services Publishing Wizard. I'm not sure this is particular to the BizTalk...
2
by: Scott Sauyet | last post by:
I'm trying to select a subset of a WSDL document using XSLT and a simple text document describing the high-level elements to include. I have it working fine for selecting the services, bindings,...
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?
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.