Click here to Skip to main content
15,903,201 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to send the xml file or text file from one computer to the another computer by using webservice?

please reply with some "hello world" program..


thanxs....
Posted

1 solution

I don't think anyone is going to create software for you. This forum is to help you developing and make you struggle less. This forum is not about asking us to do your work.

To communicate using a webservice, open a new solution in Visual Studio and add a (for example) Windows Forms project and a ASP.NET Webservices (maybe WCF?) project. There's a "hello world" implementation in the WCF's project template!

Start the WCF Service and copy the URI. Now right click your Win Project and choose 'Add Web Reference'. Paste the URL in the dialog screen and you're ready to call the webservice.

Give it a try, and if you cannot get it to work, don't hesitate to ask us for help :)

Good luck,

Eduard
 
Share this answer
 
Comments
Sandeep Mewara 22-Mar-11 7:09am    
Good answer. My 5!
Sergey Alexandrovich Kryukov 22-Mar-11 12:58pm    
Makes sense, a 5.
--SA

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