i have a requirement where SAP sends data to some web application.. so we are going to use Proxy to webservices.. in this we are also using BPM.
SAP sends the data to PI ..in PI BPM triggers it will check some login credintials with webserices application and response will be sent back to PI .. in PI it will have to append the login session id with SAP data and then finally PI pushes the data to target system(web application).
SAP--
SAP-PI (BPM)
web services.
1. SAP sends data to PI
2. PI checks the login credentials with webservices
3.Sen back the session id
4. session id appended to SAP data
5. Final data will be sent to webapplications
So how many msg interfaces that i need to create.?
1 DATAfrom SAP_Outbound (Asyn) ---
2. Data from SAP_Abstarct(Asyn)_BPM
3. Data webapplication to SAP- (abstarct )-Sync ( which gets the session id)
3. FinalDatato Webapplication(Asyn)-Abstract
Please correct me if i'm wrong...
Regads,
Deeps