Hi,
We have a client proxy scenario. When the ABAP guys are creating the instance of the method for the logical port, their question is what value is going to be assigned to that port? Is that the PI destination?
Request clarification before answering.
Dear Mark,
i guess you want to do point-to-point communication, and therefore you need to use a HTTP-destination which points to your web-service and this has to be used within the logical port (Tx LPCONFIG).
Best regards,
Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mark,
In our client proxy code, we only specify an exporting parameter if there is a need to send your request to another Integration Server e.g
CREATE OBJECT prxy
EXPORTING
logical_port_name = 'LP_XXXX'.
Otherwise, CREATE OBJECT prxy. is okay and will send the request to the Integration Server that is configured in SXMB_ADM.
Regards,
Mark
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.