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 |
How cache coherency is eliminated? : Dot net architecture
Explain the race around condition? : .NET Architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
What are the options provived by vss to the user? how it will help us while delevoping application?
5. Wcf- Session Managment
How does .net mobile work? : Microsoft dot net mobile
what is the method while we are using adapter and dataset ?
Explain cache? : Dot net architecture
what is just in time compilation?
how to make and display a form without title bar?
What is private constructor? And it's use?