Hi Experts,
We have a requirement to insert captcha image in SRM Registration page for Vendors.This page is a webdynpro abap page.
We are on sap ECC 6.0 and NW 7.0
I have followed the Weblog Using captcha in ABAP Webdynpro : This solution states to create a J2ee application with supported
captcha JAR files based on JDK 1.6 which will be deployed to J2ee server and then create an ABAP webdynpro application which will
call the Java application deployed to j2ee server .
But this solution is tested on NW7.3 as the JAR file supports JDK 1.5 or 1.6.And unfortunately we are on NW 7.0 and not able to deploy java part as NW 7.0 supports JDK 1.4..
I also followed the weblog Bid adieu to bots - using CAPTCHAs : this weblog tells about the complete solution on Java stack as they
created a Java webdynpro application referring to captcha related jar files.
Please let us know if there is a solution existed where the image can directly generated on webdynpro ABAP or can we get a solution on JDK 1.4.
Regards
Imran Khan