cancel
Showing results for 
Search instead for 
Did you mean: 

issue with service response

Former Member
0 Kudos

Hi,

We are calling a .NET web service from SAP. For this we created a client proxy successfully and are calling the proxy class-method through an ABAP program.

The issue is that the exporting parameter of the method is returning only one record as a response whereas we should get 3 records. We have checked the same response using HTTP_POST FM for the same input and we can see the 3 records. But while using the proxy class we do not get all the data.

The exporting parameter of the method of the proxy class refers to a deep structure. This deep structue has a field corresponding to a table type.So i expect 3 records in the field of this structure which refers to a table type.

Any thoughts on this will be really helpful.

Thanks,

Simmi

Accepted Solutions (0)

Answers (1)

Answers (1)

brad_bohn
Active Contributor
0 Kudos

I had a similar situation but didn't spend much time on it. Instead, I had the .Net developer return the response in XML format and I used XSLT to transform the response. In this particular case, I had one structure and one internal table, which are now returned by a transformation template call.