Hi,
I'm trying to setup a client_watchList in order to test our update implementation. As I understand you must create a providersource ( SEQ-10) in order to upload a watchlist ( SEQ-12 ... ). Or am I getting one wrong already?
I'm using postman to test the creation.
When I execute SEQ-10 I reveive a "Internal Server Error".
This is how my body looks like :
provider-source-identifier = 756654321
client_watchlist_name = PDBABBDATABASE
{
"identifier": "{ {provider-source-identifier}}",
"abbreviation": "PDBABB",
"name": "{ {client_watchlist_name}}",
"providerSourceStatus": "ACTIVE",
"type": {}
}
Result :
{
"timestamp": 1529933464494,
"status": 500,
"error": "Internal Server Error",
"exception": "java.net.SocketTimeoutException",
"message": "Read timed out",
"path": "/api-gateway-service-rest/api/v1/reference/providers/sources/756654321"
}
Can you please give a direction to look for?
Thanks,