hello preethi,
you can write a servlet service to run on WAS that will
invoke the BAPI from your backend server using JCO. from
your client you can POST your data to that service using
HTTP then.
if you want to directly access the DB server rather than
BAPI, you have to use java sql.
good luck.
jo
Add a comment