cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP adapter problem

Former Member
0 Kudos

Hi,

I am using HTTP client code mentioned in thread below.

/message/266750#266750 [original link is broken]

When I press send button it displays

Result:

http-Status: 200 OK

Payload:

But I couldn't see any message in sxmb_moni.Where we can check whether the Client HTTP adapter is sending it to Integration engine or not?

Since I couldn't see any message what steps are required to check for error in case of HTTP adapter.

Thanks in advance.

Rekha.

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Hi Rekha,

This might help you

Thanks & Regards,

Agasthuri Doss

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

do you sue it for sync call?

if so did you set LOGGIN_SYNC = 1

in SXMB_ADM - integration engine config?

BTW

did you set http port 8XXX in the test client ?

(and not j2ee) ?

REgards,

michal

Former Member
0 Kudos

Hi Michal,

I am doing EO async call so I don't think I need to specify LOGGIN_SYNC = 1.

I have set http port 8001 in test client.

Thanks,

Rekha