Navigation:  Consumable Programs >

VB Test App

Previous pageReturn to chapter overview

The WebServices Test App is a VB application which connects to the IDAutomation Barcode WebService DEMO available online.

The WebServices Test App can be used to evaluate the IDAutomation Barcode WebService. It can also be used to test customer webservices and ensure they are working correctly. This application is written in VB. It has limited functionality in that it only encodes the Code 128 symbology. By changing the WebService URL, users may use this application to test the WebServices on their servers.

To use this application to test your WebService setup, simply change the WebService URL link to point to your WebService installation.  The default link is to the demonstration installation found on our public website for testing.

This link is

http://bcgen.com/demo/linear-xml.asmx

To test your WebService, point to http://{YOURDOMAIN}/{VIRTUALDIRECTORY}/IDAutomationLinearWebService.asmx.

 

The source code for this project is included in the original, downloaded zip file for use as reference.