Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
I know we can retrieve the value passing the parameters thru browser and get the value.
i have webservice ,am trying to valid against browser,i need to pass these value to return the vlaue
string LoginName, string Password, System.Nullable<System.DateTime> LastExport, out string ErrorMessage)
How to pass the value in the browser,any help ?
consider my webservice wsdl file
eg: http://localhost:63938/Service1.asmx
Posted

1 solution

add a service reference to http://localhost:63938/Service1.asmx using visual studio and VS will generate proxy for you then create the object to the proxy and you can all the functions exposed by webservice.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900