I am not able to add the tag zosconnect which seems to be an issue with many others as well , (appriciate your help if you can edit and add zosconnect tag to this post)
I want to access data from an external application using outbound APIs from ZOS connect EE V3.0.16.
The external application has provided following details
Swagger defination End point connection details hostname:port (note : hostname is a secure connection https://) Userid and password (expectation is that these credentials should be passed as part of header under authorisation tag authorisation : ‘Basic base64 encrypted userid and password)
I have created API requester file using ZCONBT and coded a sample program which will invoke this API using the latest load module of communication stub.
Can someone please explain as what all elements need to be configured in server.xml to invoke the API successfully
I have tried with configuration details attached with this post but it doesn’t seem to work and I am getting error on ZCEE http 401
Uzerkhan