Hi
The requirement is:
There is a java application, which is required to pick files from client machine, and upload it in some 3rd server.
This 3rd server is different to where java application is running.
java application will run in portal (CRM Generic Internet Sales Iview).
So, now we need to authenticate on this 3rd server while pasting file in it.
So can this authentication be set on portal.
We are thinking of below solution :
1. Create a SAP system for this 3rd server. Set authentication type as "SAP LOGON Ticket"
2. Call our java application from portal, with an upload screen.
3. user will upload file and in java we can paste this file to this SAP System created for 3rd party (in step 1) ! Which we absolutely have no idea on how to do.
So is this approach right. Are we thinking in right direction ?
Please comment.