cancel
Showing results for 
Search instead for 
Did you mean: 

Error: com.sap.aii.af.ra.ms.api.DeliveryException: Exception in method process

0 Kudos

Hi Guru,

My scenario is XI to SOAP (Protocol HTTP Axis ) Sync. and in Receiver SOAP Adapter i'm getting the error message.

In the TX. SXI_MONITOR service interface Inbound shows the following error:

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

  <SAP:Category>XIAdapterFramework</SAP:Category>

  <SAP:Code area="MESSAGE">GENERAL</SAP:Code>

  <SAP:P1 />

  <SAP:P2 />

  <SAP:P3 />

  <SAP:P4 />

  <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Exception in method process.</SAP:AdditionalText>

  <SAP:ApplicationFaultMessage namespace="" />

  <SAP:Stack />

  <SAP:Retry>M</SAP:Retry>

  </SAP:Error>

Using PI 7.0 SP18.

Please any suggestions for this?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

apu_das2
Active Contributor
0 Kudos

Hi,

Can you check whether required jars for AXIS adapter is deployed properly or not.

If its done then looking into the error it seem the soap action method is not working properly.

Thanks,

Apu

former_member186851
Active Contributor
0 Kudos

Friman,

Try the same scenario in SOAP UI and check if the proper response is coming.

Might be issue with soap Envelope or authentication.

0 Kudos

Hi Raghuraman, thanks for your reply,

I tested the same scenario using SOAP UI with the same authentication and all is well.

I also checked with the soap envelopment.I think the problem is with HTTP(AXIS) Adapter.

FR.

justin_santhanam
Active Contributor
0 Kudos

Hello Friman,

Do you mind sharing the actual Values(Parameter Values) in the Module tab?

Thanks!

0 Kudos

Hi Justin,

These are the values of the module tab.

Regards,


FR,

former_member186851
Active Contributor
0 Kudos

Hello Friman,

Seems to be issue with Jars deployed,Check whether all the required Jars for AXIS adapter.

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Friman,

So if the same message is successful through SOAP UI , give a try building same soap envelope in mapping itself.

Br,

Manoj