Answer Posted / 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 View All Answers
Explain difference between machine config vs. Web config : Dot net architecture
What is the use of CLR in .NET?
how to use custom field validation
How does an appdomain get created?
Different types of authentication modes in .net framework ?
What are the new features of .net 2.0?
Explain cache? : Dot net architecture
Explain difference between inprocess vs out process session state? : .NET Architecture
What are the important principles of soa (service oriented architecture)?
State the different levels of exceptional safety?
What is the access level of the visibility type internal?
What are the main Tools to develop .Net Application?
Explain the purpose of cache? How is it used? : .NET Architecture
How to upload in video,mp4,in .net 4.5 ..?
What is an interrupt? : Dot net architecture