Computer >> Computer tutorials >  >> Programming >> Java

Accessing an SAP endpoint in apex code


I faced a similar issue earlier but it was because of a bug in JAVA security package (refer link for more details)

https://bugs.java.com/bugdatabase/view_bug.do?bug_id=7044060

I just got updated myself to latest OpenJDK7 and it solved my issue. I think you can try the same and check if it helps.