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...
- Register as a BankVal UK user. Register for Free Trial.
- Download and unzip the Java class library Download bankvaluk.zip
- Add bankvaluk.jar to your Java project.
- In your project, add the line:
- import uk.co.unifiedsoftware.www.bankvaluk.*;
- In your code, type:
- BankValUK bv = new BankValUK();
- The BankVal UK web service methods will now be ready to use in your project
- 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...
- Register as a BankVal International user. Register for Free Trial.
- Download and unzip the Java class library Download bankvalinternational.zip
- Add bankvalinternational.jar to your Java project.
- In your project, add the line:
- import uk.co.unifiedsoftware.www.bankvalinternational.*;
- In your code, type:
- BankValInternational bv = new BankValInternational();
- The BankVal International web service methods will now be ready to use in your project
- Download and unzip the JavaDoc file. Download JavaDoc-int.zip
back to top