Unified Software
t: +44 (0)191 305 5035  e: info@unifiedsoftware.co.uk 

Developers Cookbook

Free Trial

Register now for a free 30 day (or 300 hits) trial of BankVal.

Java

1. BankVal UK
2. BankVal International

1 BankVal UK


Java Class Library

For easy access to the BankVal UK version 2.0 web service methods, use the Java class library - bankvaluk.jar

To use this facility...

  1. Register as a BankVal UK user. Register for Free Trial.
  2. Download and unzip the Java class library Download bankvaluk.zip
  3. Add bankvaluk.jar to your Java project.
  4. In your project, add the line:
    • import uk.co.unifiedsoftware.www.bankvaluk.*;
  5. In your code, type:
    • BankValUK bv = new BankValUK();
  6. The BankVal UK web service methods will now be ready to use in your project
  7. Download and unzip the JavaDoc file. Download JavaDoc-uk.zip

back to top

2 BankVal International


Java Class Library

For easy access to the BankVal International web service methods, use the Java class library - bankvalinternational.jar

To use this facility...

  1. Register as a BankVal International user. Register for Free Trial.
  2. Download and unzip the Java class library Download bankvalinternational.zip
  3. Add bankvalinternational.jar to your Java project.
  4. In your project, add the line:
    • import uk.co.unifiedsoftware.www.bankvalinternational.*;
  5. In your code, type:
    • BankValInternational bv = new BankValInternational();
  6. The BankVal International web service methods will now be ready to use in your project
  7. Download and unzip the JavaDoc file. Download JavaDoc-int.zip

back to top

Our customers