We are trying for Push Notification using gateway,
Here, our gateway system and ECC system is same and we are trying to send notification to external server.
we are creating subscription for FLIGHTCOLLECTION service /IWBEP/RMTSAMPLEFLIGHT_2.
We are able to create subscription successfully with deliveryAddress http://www.xyz.com:8080/solr/customer/update
For that, we have set up an ABAP Connection
Target Host- Gateway server(Server Name of the SAP landscape system we are using for gateway)
IP Address - Ip Address of gateway server
Special Option - 1 Classic with bgRfC
We have HTTP Connection to External Server with type G
Target Host- Address of server we want to send notification(www.xyz.com)
We have created RFC connections of type '3' for Inbound and Outbound Queues and updated in transaction SBGRFCMON.
For Inbound RFC destination Name - IWFND_ODATA_PUSH
Target Host - Address of Gateway Server
For Outbound,
Target host - EMPTY
we are using Z report copy of /IWBEP/R_MGW_PUSH_TEST to push notifications.
The SLG1 log is as following,
Whereas server of target website is not getting any hits.
and requests are getting queued in Inbound Queue of Transaction SBGRFCMON, There is no data in Outbound Queue.
are there any configurations missing?