cancel
Showing results for 
Search instead for 
Did you mean: 

In PI 7.3, how to post data into Advanced adapter engine internally?

Former Member
0 Kudos

In PI 7.3, how to post data into Advanced adapter engine for internal test purpose? Is it possible via RWB or any testing tool is there?

Other than end to end testing, could we perform any unti testing locally to post data into adapter engine? It needs the input in native format?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Advanced adapter engine for internal test purpose? Is it possible via RWB or any testing tool is there?

it's not possible with java stack only (checked with SAP a few times myself) - you can only do that on ABAP stack

Regards,

Michal Krawczyk

Former Member
0 Kudos

Then why they have tab Test Message available if we can't use it?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>Then why they have tab Test Message available if we can't use it?

ask SAP all I'm telling is that it's not possible to post intrnal messages into AEX

like it was with integration engine in the past

Regards,

Michal Krawczyk

Former Member
0 Kudos

I did try it before but it never worked. I thought it had something to do with our systems. thanks, amte

Former Member
0 Kudos

HI Michal,

Do you know if there is another feature in the java only stack which enables us to test messages end-to end?

Former Member
0 Kudos

i don't think there is any end-to-end testing tools available in PO7.31 at present

Answers (2)

Answers (2)

karsten_mhwald
Explorer
0 Kudos

Hi,

you can check this:

Best Regards,

Karsten

MichalKrawczyk
Active Contributor
0 Kudos

Hi Karsten,

as mentioned in comment to the blog - this is way does not work with any adapter and without mentioning the channel so it's a different story I believe

Regards,

Michal Krawczyk

karsten_mhwald
Explorer
0 Kudos

It works with any adapter. See the comment in my blog.

robertot4s
Active Participant
0 Kudos

Hi,

You can send test messages from: RWB -> Component Monitoring -> Adapter Engine -> Test Message.

Best Regards,

Roberto

Former Member
0 Kudos

It expects the input payload in which format - XML or native format?

This above method works for all adapters in sender side or only HTTP adapter?

robertot4s
Active Participant
0 Kudos

Theoretically XML and for all adapters.