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 difference between .net and visual studio?
Explain about continuable exceptions?
what is session management ?
can aspx page have multi language declarations ?
Can you explain the difference between an ADO.NET Dataset and ADO Recordset?
How can we integrate atlas with web services?
when garbage collector come into picture. ?
How do I stop a thread?
What are relation objects in dataset?
What does the "EnableViewState" property do? Why would I want it on or off?
what is just in time compilation?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture