This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi @dchiesa1 , I am trying to invoke ldap server from Apigee X from via
Java callout policy. And I am getting below
errorjavax.naming.CommunicationException: xyz.com:1636 [Root exception
is java.security.AccessControlException: access denied
("java.n...
Hi @dchiesa1 ,I am working on Java callout for invoking AWS lambda
function from Apigee. I have written below java code and created Java
project in Eclipse and exported project as runnable jar. That jar I am
using in API proxies. But when I am testin...
@DChiesa @dchiesa1 I am working on SOAP digital Signature , and I am
referring code which is given by you
-https://github.com/DinoChiesa/Apigee-Java-WsSec-Signature-2. When I am
signing through this Java code, the signature validation working fine
bu...
The IgnoreUnresolvedVariables option is not working as per Apigee
documentation. If we are not setting the value of this field, it should
take false as default value but when we are extracting any value from
header , URI, query or formparam , and the...
@dchiesa1 Update-The signature element can come in two ways in request
1) Envelop-Header-Security-Signature2)Envelop-Header-Signaturebut this
java callout for validation only looking for signature element inside
security but as per standard signature...
Hi, My requirement is to invoke lamda function from api proxy. Signature
part I have done and it's working fine. And I believe to call any aws
services we need to use aws sdk.
Hi,Let me try with this configuration, I will update you soon. So only
problem with signing method, no issues with validation callout, right?
Means the java code will work out for all scenarios.