Build the project, and since it is a Windows project, use the menu item right next to the Debug textbox and click to start. The program starts after a brief interval depending on the network, and brings up the Form1 for user input. I just entered mysorian in the text to encode box and clicked the Encode button. The encoded result appears in the text box shown for the returned result as bXlzb3JpYW4=. Now I cut and paste the encoded text to test the functionality of the decode function, and I recover the original as shown.
In part one, creating a web service project was discussed in detail. This tutorial builds on the previous part to configure a client which consumes the service in part one. Details of how to get a reference to the proxy using the Visual Studio 2003 IDE were discussed. The consuming client can be another web application, or even a console application. If you need detailed source code for parts one and two, send me an email.
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |