cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Proxy

Former Member
0 Kudos

Hi ,

I am working on Abap Proxy -> XI -> Webservice Synchronous scenario.

I can see the payload with multiple line items for response in the payload.

But the proxy method is filled with a single Line item inside the abap code.

Response payload looks perfect but only the first line item inside the payload is copied into the abap proxy method.

Please suggest if some additional settings need to be done inside the proxy configuration.

Thanks,

Sneha

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

You have to check your proxy response datatype and see if the the ITEM has 0..unbounded occurances. Then check in your mapping if the contexts are handled properly.

VJ

Former Member
0 Kudos

The message type occurence have 1 to unbounded.

The response xml message looks perfect with multiple items in Moni on the abap client.

But under debugging mode for the same reponse only the first line item is moving into the internal table of the proxy method.

Dont know whats going wrong.

Thanks

Sneha

Former Member
0 Kudos

> Dont know whats going wrong.

Check the abap code if you are looping on incoming data and then moving into abap internal table.