- jdk >= 1.7 (includes a JAX-WS 2.2 implementation).
You can use jdk 1.6 with some workarounds.
To use in maven as a dependency:
<dependency>
<groupId>com.sentenial</groupId>
<artifactId>sentenial-ws-client</artifactId>
<version>1.0.0</version>
</dependency>
To get started with NUAPAY you can test using our sandbox credentials. Your credentials can be set in two ways:
sentenial.ws.username
sentenial.ws.password
sentenial.ws.url
sentenial.ws.debug
sentenial.ws.username=YOUR_USERNAME
sentenial.ws.password=YOUR_PASSWORD
sentenial.ws.url=http://host:8080/origix-webservice/ws/services
sentenial.ws.debug=true #enables the message sent and received in the console