How Web service create Proxy Using WSDL?



How Web service create Proxy Using WSDL? ..

Answer / manjunath

From a command prompt, use Wsdl.exe to create a proxy
class, specifying (at a minimum) the URL to the Report
Server Web service.
For example, the following command prompt statement
specifies a URL for the management endpoint of the Report
Server Web service:

wsdl /language:CS /n:"Microsoft.SqlServer.ReportingServices2
005" http://<Server
Name>/reportserver/reportservice2005.asmx?wsdlThe WSDL tool
accepts a number of command-prompt arguments for generating
a proxy.

This file is created in the directory from which you run
the command.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

Explain COM with example?

0 Answers   MaxSolPro,


Can you explain control extenders?

0 Answers  


What is ITIL? What is the use of ITIL and how it works?

7 Answers   Genpact, IBM,


What is a virtual memory? : .NET Architecture

0 Answers  


which would be the best to use inproc,outproc or sql server

2 Answers   Ness Technologies,






what is the need of vss to developer?

1 Answers  


What is msil, and why should my developers need an appreciation of it if at all?

0 Answers  


i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?

0 Answers  


10. Overloding and overriding.

2 Answers   PCS,


What is an interrupt? : Dot net architecture

0 Answers  


Explain the use of virtual, sealed, override, and abstract.

0 Answers  


2. What type of code (server or client) is found in a Code-Behind class?

1 Answers  


Categories