We have to connect Ldap directory from apigee x and there will be a GET operation via apigee proxy. We have succesfully created the connection in https://console.cloud.google.com/connectors/connections. Now we have an endpoint "ldaps://ldap.xyx.edu:656" which is not http. So we used connector task.
After that as per request parameter we have given a parameter from given request xml body by client not able fetch data in test connection.
We have these details:
apigee x + proxy requirement doc,
target endpoint-ldaps://ldap.xyz.edu:656
request body: in xml which consist ldap attributes.
response body: json
Please suggest.