cancel
Showing results for 
Search instead for 
Did you mean: 

proxy class error

Former Member
0 Kudos

I created a proxy class for a WSDL(JAVA) and developed the code in ABAP. But while executing my code I am getting a system error(with code 500 and description 'Internal Server Error') .When I am trying to debug the code in proxy class, I found the exception as cx_soap_not_found. Can anyone help me out in resolving this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

i hope i understand you right.

You have created a proxy in abap for a web service in java?

If you have this scenario.... every abap proxy needs a logical port - an end point.

The logical port can be created in transaction lpconfig.

regards