cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Consumer Proxy. Not working?

Former Member
0 Kudos

Hello

I've created consumer proxy in ABAP. Configured logical port in SOAMANAGER. When I test call operation from this proxy I get "Call successful - Empty result" because it is async interface. But it seems that PI (which serves this service) doesn't get anything from ABAP program. How can I monitor or check the log of whar this proxy sends?

best regards

Maciej

Accepted Solutions (0)

Answers (1)

Answers (1)

chaiphon
Contributor
0 Kudos

Hi,

If you have XI, you can monitor the message using transaction SXMB_MONI. Otherwise you can debug the program at class CL_SOAP_MESSAGE_NEW method IF_SOAP_MESSAGE_PART~SERIALIZE variable xmlout.

Chaiphon

Former Member
0 Kudos

Hi

The trick is, that SXMB_MONI shows no messages,but proxy procedure signals no errors. That's where I'm stuck...

Regards

Maciej

chaiphon
Contributor
0 Kudos

Check this out.

link: [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1629] [original link is broken] [original link is broken] [original link is broken];

Former Member
0 Kudos

Hi guys,

I'am still facing the same problem. Queues in PI are registered, the async outbound proxy call gives the same message "Call successful - Empty result". But no messages are shown in SXMB_MONI. I've followed the link above. Other messages from sync scenarios are shown. Services (EO, EOIO) are registered and activated.

In Adapter Monitoring no messages are shown. I am using XI adapter as sender and JMS sender as receiver.

I've stopped JMS-sendin-Queue and there is no message too.

My issue was resolved by COMMIT WORK of proxy-call.

Thanks in Advance,

Stefan

Edited by: Stefan Burghardt on Jul 12, 2011 6:32 PM