I Have download ur java code. And implemented most of your api. But Seq 5e Resolve Results is unable to run. Seq 5e through postman is working.. but not with Java.
For a deeper look into our World Check One API, look into:
I Have download ur java code. And implemented most of your api. But Seq 5e Resolve Results is unable to run. Seq 5e through postman is working.. but not with Java.
Hello @praveen ,
We do not have a Java sample code for Seq 5e in our developers portal. You can check the sample code for JavaScript for the Seq 5e to understand how to implement it in Java.
Can you kindly tell me the error that you are getting when you execute your code?
Be sure that the HMAC signature and the date being provided is correct. If both of them are correct, then it must be content and content-length which is causing the error.
As you said you are able to execute it correctly in Postman, I suggest you check the code that is generated in Postman and compare it to yours to know where you are going wrong with your code.
How can you generate a code in Postman? After successfully sending the request in Postman, click on "Code" (which is below the "Send" button). This will open a dialog box. You can select Java from the dropdown and the HTTP library you are using to generate the code.