cancel
Showing results for 
Search instead for 
Did you mean: 

Get messageid when consuming webservice.

Former Member
0 Kudos

I can consume webserivce via proxy client in abap (no xi) , now i want to get messageid from soap head, i try the code as  lo_xi_header_protocol ?=  lo_return->get_protocol( if_wsprotocol=>ws_header ). but couldn't get messageid from lo_xi_header_protocol,   could you please guide me.

Accepted Solutions (0)

Answers (1)

Answers (1)

ArcherZhang
Advisor
Advisor
0 Kudos

Hi

Please try this static method CALL METHOD cl_proxy_access=>get_inbound_message_key.

BRs,

Archer