on 2008 Nov 07 11:32 AM
Hi experts!
In a SOAP adapter I want to develope two modules for handling the request and the response message. So I put one module before the standard module, one after this.
Now I want to transport parameters from the first module to the second. My first idea was using the ASMA (dynamic config). But I found out that the response message does not contain the ASMA from the request.
Has anyone worked on that topic before and can me give a hint?
Best regards
Stefan
Request clarification before answering.
Hi
Can you try to pass the required parameters between EJB modules using setSupplementalData() and getSupplementalData(). Any number of name/value pairs can be set and retireved between EJBs using the following 3 methods.
setSupplementalData()
getSupplementalDataNames()
getSupplementalData()
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stefan
This does talk about same you was looking for
http://help.sap.com/saphelp_nwpi71/helpdata/en/e4/6019419efeef6fe10000000a1550b0/content.htm
Thanks
Gaurav
Hi Stefan,
Not exactly a solution but could be considered as a workaround. U might have already considered it
Whatever data you require in the response module could be inserted in a temp table (say in XI) using some wrapper RFC call from the module. On the return journey, the response module could pick it up based on certain condition, if applicable.
Best Regards,
Prateek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
88 | |
10 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.