cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WebService Client is not getting any response

HorstMuellerFIS
Explorer
0 Kudos

Hi,

I try to consume a non-SAP WebService in my ABAP program. (Created Proxy-Class using the WSDL, maintained the LPCONFIG).

When executing the program, I am NOT getting any values in the internal tables.

I had a look at the ICF-Recorder, Client Requests:

I can see my request, I can see the response - but I do not get the values in the internal tables .

Any help, any idea to find out the problem is greatly appreciated

Thank you

Horst

Accepted Solutions (0)

Answers (1)

Answers (1)

HorstMuellerFIS
Explorer
0 Kudos

The SAP XML Parser was not able to parse the reponse. So - I had to read the data on my own.