Solved
Forum Discussion
nmrao
5 years agoCommunity Hero
Please try their documentation if not already. Use the java program (for groovy, most similar)
https://docs.aws.amazon.com/documentdb/latest/developerguide/connect_programmatically.html
https://docs.aws.amazon.com/documentdb/latest/developerguide/connect_programmatically.html
udayreddy_02
5 years agoNew Contributor
I have followed the same approach and was able to connect to Document DB using JAVA through eclispe, tried to replicate the same in groovy during which am getting suncerpathException which is related to set the keystore in ReadyAPI. Please help me further on this
- nmrao5 years agoCommunity HeroI was trying to say earlier that the same java code should work in groovy script (with minor or no modifications).
- sonya_m5 years ago
Alumni
Thank you Rao!
Hi udayreddy_02, looks like the code should work with some modifications, did you manage to make it work?