How Web service create Proxy Using WSDL?



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

Post New Answer

More Dot Net AllOther Interview Questions

server.transfer limitation ?

0 Answers  


readonly syntax ?

0 Answers  


Explain different pipelining hazards and how are they eliminated? : .NET Architecture

0 Answers  


Explain what does the term "green architecture" mean? : Dot net architecture

0 Answers  


How to improve the cache performance? : .NET Architecture

0 Answers  






Can I customise the trace output?

0 Answers  


I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....

0 Answers  


I can't be bothered with cas. Can I turn it off?

0 Answers  


What is IL code, CLR, CTS, GAC & GC?

0 Answers   MindCracker,


difference between page init an page load

1 Answers   PCS,


Explain about code access security?

0 Answers  


What is the problem with .net generics?

0 Answers  


Categories