Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOAP Fault Exception: method not found

Former Member
0 Likes
1,017

Hi,

I've tried to consume a web service (written in Java) in ABAP using a generated client proxy with logical port. I receive return code 500 and a fault exception like "method for requestMethod was not found".

Has anyone a hint?

Thanks in advance,

Daniel

Hi,

I've tried to consume a web service (written in Java) in ABAP using a generated client proxy with logical port. I receive return code 500 and a fault exception like "method for requestMethod was not found".

Has anyone a hint?

Thanks in advance,

Daniel

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
712

I have not seen that error before, but my first suggestion would be to state the obvious - check your logical port definition and make sure that the settings are correct, i.e., that they match the WSDL document. You'll want to check that the SOAP Action on the Operations tab is correct and that the URL for the web service is correct on the Call Parameters tab.

Read only

Former Member
0 Likes
712

The SOAP Action and the URL are the same as in the WSDL...

Any other hint?