cancel
Showing results for 
Search instead for 
Did you mean: 

Testing the Interface

Former Member
0 Kudos

Hi Team

i have to test an interface. In my scenario there is no IR Part involved, no mapping , only ID part is involved. i am using two adapters, sender is JMS and receiver is IDOC, for this scenario i have to test whether the interafce is working fine or not???

plz help me out

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

check out the below blog..

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

first option with adapter

put the message into the JMS queue (depending on the jms provider you use it will be done in a different way)

and check the IDOC in WE02

second option without an adapter

open test page in RWB and put the message there

check the WE02 (IDOC)

remember:

use messages prepared by the one who designed the interface - to check all possible cases

you can also do a stress test if the interface will be passing lots of data

Regards,

Michal Krawczyk