WSDL.exe missing

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

I am starting to work with Web Services and need to use wsdl.exe and was
told it would be in the following folders:
a.. C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\
b.. C:\Program Files\Microsoft.NET\SDK\v1.1\Bin
The problem is that it isn't there.

I am running on an XP and working with IIS on my local machine. Why would
it not be there and where can I get it?

Thanks,

Tom.
 
WSDL.exe is a tool and resides under the SDK folder:
C:\Program Files\Microsoft.NET\SDK\v1.1\Bin (derfault)

If you use a .NET Command prompt (VS.NET), you will have this in your path
automatically.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Cowboy (Gregory A. Beamer) - MVP said:
WSDL.exe is a tool and resides under the SDK folder:
C:\Program Files\Microsoft.NET\SDK\v1.1\Bin (derfault)

I have the "C:\Program Files\Microsoft.NET", but not the SDK folder. How do
I get that and should I have had that when I set up .NET on my XP?

Thanks,

Tom.
 
Back
Top