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 |
What is abstact class? in which scinario we can use abstact class?
What is static Constructor?
What does the term "green architecture" mean? : .NET Architecture
What are the different access modifier? Explain in detail?
Define a virtual memory? : Dot net architecture
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
Explain about validation?
what is just in time compilation?
how many types of controls are there in windows and web application?
difference between data reader and dataset
How to improve the cache performance? : Dot net architecture
Explain about microsoft visual studio?