We are currently starting implementing API fro WC1 screening and I'm wondering if there is some wsdl to generate java classes for WC1 entities and schema.
for instance, I'd like to make
POST /cases/screeningRequest
by the doc it returns
For a deeper look into our World Check One API, look into:
We are currently starting implementing API fro WC1 screening and I'm wondering if there is some wsdl to generate java classes for WC1 entities and schema.
for instance, I'd like to make
POST /cases/screeningRequest
by the doc it returns
I would request you to go through the YAML file in the technical documentation under the api-schema folder, which should give you a detailed idea of the structure of the requests and responses.
We also have JAVA code examples under the download section which you can use it as a reference:
Hope this helps, let me know if you need any further information.