hello everybody!
i'm working with PI 7.1
i create a interface ABAP proxy -> PI -> file
so is a async interface.
every step was created succesfully.
When i try to call proxy from my abap program or from test tool in SPROXY transaction i don't see any message in monitor.
No file arrived, no errors in log , (SM58, ST22, SM21, integration monitor)...nothing.
i tryed to change the Service Interface and set Syncrounous mode.
so now the file is arrived!!!!!! but... i have error in message monitor because (correctly) it's expecting a return mapping.
where is the problem? can i use this scenario?
thanks!
PS: I prefere find a solution without use the sync async bridge.