Web Services client unable to invoke Web Services server

Data Services 12.2.0.0

I’ve created a datastore (Web Service Adapter, I connect to a https web service, an external one). I’m able to import the functions into the datastore.

In a query transform I call one of the functions.

At run-time, I get the message
“Web Services client unable to invoke Web Services server”

I’m sure the external web service is up-and-running.
web_services_client_error.jpg


hsegers :belgium: (BOB member since 2009-06-05)

the error is related to certificate, you have to add the certificate to key store, and set the key store path in the Web service Adapter datastore

you will also have to make some changes to security folder from where the adapter java program is launched. %LINK_DIR%\ext\jre

is it the same WSDL with which you were having issues importing functions ?


manoj_d (BOB member since 2009-01-02)

problem is solved, there was an issue with the import of the certificate into the keystore.

Thanks for your help.

Hans


hsegers :belgium: (BOB member since 2009-06-05)