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

Describe the Managed Execution Process in .NET?

0 Answers   InfoAxon Technologies,


What is the access level of the visibility type internal?

0 Answers  


how to create applications by using Visual Studio 2012?

0 Answers   TryTechnicals Pvt Ltd,


What is one way operation?

0 Answers  


how u maintain data while navigating one page to another?

2 Answers  






What are the types of memory management? : Dot net architecture

0 Answers  


hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays

0 Answers  


Tell me .net mobile emulators? : Microsoft dot net mobile

0 Answers  


Is dim fs as filestreamobject is a managed code? : Dot net architecture

0 Answers  


Explain the difference between inprocess vs out process session state : Dot net architecture

0 Answers  


What is parallel computing?

0 Answers  


3. Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers  


Categories