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 happens to the winfx technologies?
How to improve the cache performance? : Dot net architecture
how do you hide maximize,minimize and close box at the form title bar?
what does dot in .net means
What is the difference between an event and a delegate?
Please tell me the .net 2.5 frame work with example
What are the different pipelining hazards? : Dot net architecture
When should you use Abstract Class vs Interface while programming? Give 1 Example
3 Answers CSS Corp, Hexaware, T3 Softwares,
Explain cache? : .NET Architecture
Can you explain server controls in atlas?
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
What is a service contract, operation contract and data contract?