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
User | Count |
---|---|
70 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.