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 |
Describe the Managed Execution Process in .NET?
0 Answers InfoAxon Technologies,
What is the access level of the visibility type internal?
how to create applications by using Visual Studio 2012?
0 Answers TryTechnicals Pvt Ltd,
What is one way operation?
how u maintain data while navigating one page to another?
What are the types of memory management? : Dot net architecture
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Tell me .net mobile emulators? : Microsoft dot net mobile
Is dim fs as filestreamobject is a managed code? : Dot net architecture
Explain the difference between inprocess vs out process session state : Dot net architecture
What is parallel computing?
3. Should validation (did the user enter a real date) occur server-side or client-side? Why?