cancel
Showing results for 
Search instead for 
Did you mean: 

SoapFaultCode:1 The [action] cannot be processed

Former Member
0 Kudos

Hello,

I am testing an external (Java) webservice. For that matter I have created an ABAP client proxy in my system (Nertweaver 7.0, SP14).

When testing the proxy (Proxy->Test) I get the following error message:

SoapFaultCode:1 The [action] cannot be processed at the receiver.

Any idea where this message comes from and what I should change in my configuration?

For configuration of the logical port I use the SOAMANAGER.

Thanks in advance,

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Make sure the service is deployed at your backend system and the endpoint is active. You can check this using the SOAMANAGER transaction, "Application and scenario communication"/"Single Service Administration", then search your service. It should be possible to test this service successfully in the Web Services Navigator. If so, there are most probably other problems. If the test fails however, ask your service administrator to set the endpoint active.

At least this was one of my problems using enterprise services...

Regards,

Uwe.

Former Member
0 Kudos

Do the following: put a BreakPoint in class CL_SOAP_UTIL in method LOG_WRITE_INTERNAL and check the content of variable SHORT_TEXT in there you will find an extended description of the problem.

Regards.

Mariano Billinghurst