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
What is the difference between primary & secondary storage device? : Dot net architecture
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
Explain difference between state server and sqlserver? : .NET Architecture
Explain the types of memory management? : .NET Architecture
What is the mesi? : Dot net architecture
what are constructors and destructors?
What is an asssembly qualified name? Is it a filename? How is it different?
Can you Explain
Explain about appdomains?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Can I create my own metadata attributes?
What is the use of TPL DATAFLOW?
Explain COM with example?
Session State and can i store desirialized object in state server, if yes how and if not why.