cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault

Former Member
0 Kudos

Hi Experts,

I have a file to Web Service(Async) Scenario.

I am getting the following error :

Can you please let me know if this has something to do with receiver system or is a PI error.

Thanks

Pankaj

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Pankaj,

Check your URL endpoint and the SOAP action. You could find them in the wsdl of your third-party webservice.

Also check the service with the SOAPui, and you can be sure that is only PI configuration problem.

Regards.

Former Member
0 Kudos

Hi Vila,Thomas,

Thanks for the quick response, endpoint and the SOAP action are correct. We can see the structure using Web Service Navigator, but since its a https(with security authorization) we can not test it using WS navigator or SOAP UI. Both are giving error.

Thanks

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

If the previous experts suggestions are verified, you might have to verify few more things

a) Check whether your data values in each field validates on the receiver system. Example during processing the data values size length exceeds the table values or some logic stops during processing at the receiver system.

b) Make sure your WSDL is matching exactly with the receiver system's web service. 

Hope that helps.

Former Member
0 Kudos

Dear Pankaj,

Please trouble shoot with the following.

1.Please check whether the response structure from the receiver system has the structure of the acknowledgment.

2.Check whether the WSDL file is correct

3.If possible, try testing with SOAP UI client tool

4.Also may be receiver system is not sending the correct response, you may check the settings.

5.refer to the thread http://scn.sap.com/thread/3152025.

Regards

Robinson Thomas