cancel
Showing results for 
Search instead for 
Did you mean: 

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

GabrielSagaya
Active Contributor
0 Kudos

Hi My Interface is RFC to Webservice Which is synch one.

In Receiver Side for Soap Adpater, I am using HTTP (AXIS) as Transport Protocol and AXIS as Message Protocol and i am using WebService Target URL in Connection Parameters.

Earlier Its working fine. But now i am getting the error message.

In SXMB_MONI i am facing the error as

<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>

Please provide your suggestions.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gabriel,

I feel the Problem Is with the webservice (WSDL Method) ....Test the webservice using an Soap Tool You will Get a clear picture.

Edited by: Sainath Chutke on Jan 23, 2009 2:34 PM

Edited by: Sainath Chutke on Jan 23, 2009 2:34 PM

GabrielSagaya
Active Contributor
0 Kudos

Thanks for your reply.

But i am able to get the response in Test Tool.

I think the problem is with HTTP(AXIS) Adapter.

Please suggest me.

Former Member
0 Kudos

Try Checking out the length of the value You are getting In test tool and the Receiver Field Size..

Answers (3)

Answers (3)

GabrielSagaya
Active Contributor
0 Kudos

Solved by adding 3 patches for PI 7.0 SP 14.

0 Kudos

Hi Gabriel,

I have the same problem in PI 7.0 SP 18.

Please can you indicate that you used?

Thanks,

FR

Former Member
0 Kudos

Hi Gabriel,

Can you please explain the purpouse of the Axis adapter you are using?

NTLM auhtentication ?

There is FAQ for the axis adapter from SAP, may be you need to see that.

Thanks,

Raj

Edited by: raj reddy on Jan 26, 2009 4:17 AM

GabrielSagaya
Active Contributor
0 Kudos

Please provide any solutions for this.

VijayKonam
Active Contributor
0 Kudos

Did you try using SOAP as the message protocol? Any special need for going with AXIS protocol??

VJ