cancel
Showing results for 
Search instead for 
Did you mean: 

Consume SAP WebService with C#

Former Member
0 Kudos

Hi,

I made a very simple ABAP Web Service.

I give the number of a supplier (LIFNR) and WebService returns me his name (NAME1) and city (ORT01).

I do not have a problem with the WS.

But when I consume WS in C# : The C# program offers me a single variable return, just NAME1.

However, the WSDL is correct, there has to return two variables.

If someone has an idea ?

Youri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Resolved !

Just a few problems with some variable.

For example : ORT01 is not mapped correctly.

But if I use tables and structures in the Web Service any problem.

former_member197445
Contributor
0 Kudos

Have you tested with soap UI or other similar tool to see the actual SOAP response?

Former Member
0 Kudos

No, i have consumed this Web Service in Abap and no problem.

former_member197445
Contributor
0 Kudos

Need more info to assist you.  Could you provide a snapshot of your code and maybe the response part of the WSDL?