cancel
Showing results for 
Search instead for 
Did you mean: 

Http adapter at sender side for synchronous interface

venkatasap
Participant
0 Kudos

Hi SapAll.

here for one synchronous interface we using http adapter at sender side.

i just want to know on how i can get the sender ip adress or url through which they sending the data.

will be waiting for best asnwer.

regards.

Varma

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi Varma,

>>i just want to know on how i can get the sender ip adress or url through which they sending the data.

Sender system's ip or url cannot be fetched from sender http communication channel, because http sender is a PUSH adapter and not PULL.

In other works you need to pass on something to the channel rater than expecting the channel to get something from the sender system. (File adapter is a pull adapter, http adapter is a push adapter)

Regards

Suraj

venkatasap
Participant
0 Kudos

Hi Suraj.

so how i can make sure that http adapter at sender side will be getting data from sender service.

i just want to test hte connectivity from sender service to http adapter.

can u guide me in this.

regards.

Varma

former_member200962
Active Contributor
0 Kudos

Send the http request from some client....the request will hit your IE and will be visible in SXMB_MONI....we do not have a channel for HTTP sender and hence cannot check in this regards.

Regards,

Abhishek.

former_member187339
Active Contributor
0 Kudos

Hi Varma,

>>i just want to test hte connectivity from sender service to http adapter.

Use the HTTP client http://sappihttpclient.codeplex.com/releases/view/26723

Specify all the required details there and click submit. IF all is successful in SXMB_MONI you will get the request

Regards

Suraj

venkatasap
Participant
0 Kudos

Hi Abishek.

this scenario is working in QA,the only problem is with production ,i cont see any messages in xi producction.

the basis admin also saying that there is no http connection created in XI QA and XI PROD for this interface in sm59,i dont know on how the data is coming into sxmb_moni even if the http connection is not created in sm59.

regard.

Varma

former_member187339
Active Contributor
0 Kudos

Hi Varma,

Can you tell which is the sender system? Is it a SAP box?

How are you triggering this interface in PI?

Regards

Suraj

former_member200962
Active Contributor
0 Kudos
Http adapter at sender side for synchronous interface
i cont see any messages in xi producction.

Is LOGGING_SYNC enabled for your production box....also is the problem just about the visibility of the messages or is your scenario itself not getting executed?

At least the sender application might have received some error response if posting message to XI was a failure....also if possible check the message monitoring in RWB if you feel an error has occured.

Regards,

Abhishek.

stefan_grube
Active Contributor
0 Kudos

Hi Varma,

you need no entry in SM59. The HTTP adapter receives data. You have to check the sending application for errors, if you do not see data in PI.

If you want to know, how the HTTP adapter works, I recommend reading the SAP online help.

Regards

Stefan

Answers (0)