cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Channel Error.

Former Member
0 Kudos

Hi,

While cosuming a webservice of CE 7.1 in PI 7.0 I am getting below error.

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault

What can be the possible solution for it? I checked target url, soap action etc. they all are fine.

Although the service is working in CE 7.1, but when I am consuming it in PI 7.0 it is giving above error in SOAP channel.

Regards,

Farooq.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Please check with the below thread which might be helpful to you.

Regards,

Madhu

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Farooq,

May be the error from Web service side just check the WS out of XI. If its working fine then just check ur payload data and test WS with that data.

Make sure that your test data is proper. This may happen if the test data is wrong. check with some other data Or it could be mapping error. So check your mapping again

Abid!

jagdishwar_b
Active Participant
0 Kudos

what is the soap fault code that you are getting..

is it client or server, or VersionMismatch or MustUnderstand.

based on that we see.. if there is an error while constructing the soap request in PI 7.1 or because of something done by the webservice provider in CE

also is the webserivice working fine by using the other webserivice clients like xmlspy or anyother tool.