Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: WSDL File From asmx


Message #1 by Terrence Joubert <Terrence@v...> on Fri, 30 Aug 2002 12:13:37 +0400
Hi,

 

I need a little guide here. I have a web service Customer.asmx file. From
within Visual Studio, I simply add a web reference to that web service. The
Web reference window aceppts this Customer.asmx file format.  

Within Office XP, using the Office XP Web Service Toolkit, I need to locate
a wsdl file for this Customer.asmx web service for me to add a reference to
it. I believe that there must be a utility somewhere within the .NET SDK
tools that can be used to generate a wsdl file for a web service. Can
someone help me locate this tool?

 

Thanks 

 

Terrence J. Joubert

Software Engineer

VCS, PO BOX 1000

Victoria

 


Message #2 by "Mike Amundsen" <mike@a...> on Fri, 30 Aug 2002 08:20:14 -0400
You do not need to generate a static WSDL file from ASP.NET ASMX files.

Use this instead:

http://www.<servername>.net/<appname>/yourfile.asmx?WSDL

note the ?WSDL on the end.

The ASP.NET runtime (and IIS) will return the WSDL dynamically instead.

MCA
Mike Amundsen
mca@E...
host your .NET Apps @ EraServer.NET
 

-----Original Message-----
From: Terrence Joubert [mailto:Terrence@v...] 
Sent: Friday, August 30, 2002 4:14 AM
To: ASP+
Subject: [aspx] WSDL File From asmx

Hi,

 

I need a little guide here. I have a web service Customer.asmx file.
From
within Visual Studio, I simply add a web reference to that web service.
The
Web reference window aceppts this Customer.asmx file format.  

Within Office XP, using the Office XP Web Service Toolkit, I need to
locate
a wsdl file for this Customer.asmx web service for me to add a reference
to
it. I believe that there must be a utility somewhere within the .NET SDK
tools that can be used to generate a wsdl file for a web service. Can
someone help me locate this tool?

 

Thanks 

 

Terrence J. Joubert

Software Engineer

VCS, PO BOX 1000

Victoria

 



---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces 
for developers who are already familiar with using ASP.NET. 
There is no trivial introductory material or useless .NET 
hype and the presentation of the namespaces, in an easy-to use 
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes, 
giving you those real-world tips that the documentation doesn't 
offer, and demonstrating complex techniques with simple 
examples.  

---

Message #3 by Terrence Joubert <Terrence@v...> on Fri, 30 Aug 2002 16:49:22 +0400
That worked great Mike,
Thanks


Terrence J. Joubert
Software Engineer
VCS, PO BOX 1000
Victoria

-----Original Message-----
From: Mike Amundsen [mailto:mike@a...] 
Sent: Friday, August 30, 2002 4:20 PM
To: ASP+
Subject: [aspx] RE: WSDL File From asmx

You do not need to generate a static WSDL file from ASP.NET ASMX files.

Use this instead:

http://www.<servername>.net/<appname>/yourfile.asmx?WSDL

note the ?WSDL on the end.

The ASP.NET runtime (and IIS) will return the WSDL dynamically instead.

MCA
Mike Amundsen
mca@E...
host your .NET Apps @ EraServer.NET
 

-----Original Message-----
From: Terrence Joubert [mailto:Terrence@v...] 
Sent: Friday, August 30, 2002 4:14 AM
To: ASP+
Subject: [aspx] WSDL File From asmx

Hi,

 

I need a little guide here. I have a web service Customer.asmx file.
From
within Visual Studio, I simply add a web reference to that web service.
The
Web reference window aceppts this Customer.asmx file format.  

Within Office XP, using the Office XP Web Service Toolkit, I need to
locate
a wsdl file for this Customer.asmx web service for me to add a reference
to
it. I believe that there must be a utility somewhere within the .NET SDK
tools that can be used to generate a wsdl file for a web service. Can
someone help me locate this tool?

 

Thanks 

 

Terrence J. Joubert

Software Engineer

VCS, PO BOX 1000

Victoria

 



---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces 
for developers who are already familiar with using ASP.NET. 
There is no trivial introductory material or useless .NET 
hype and the presentation of the namespaces, in an easy-to use 
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes, 
giving you those real-world tips that the documentation doesn't 
offer, and demonstrating complex techniques with simple 
examples.  

---


---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces 
for developers who are already familiar with using ASP.NET. 
There is no trivial introductory material or useless .NET 
hype and the presentation of the namespaces, in an easy-to use 
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes, 
giving you those real-world tips that the documentation doesn't 
offer, and demonstrating complex techniques with simple 
examples.  

---

  Return to Index