cancel
Showing results for 
Search instead for 
Did you mean: 

Error in response message

Former Member
0 Kudos

Hi Experts,

I am doing SAP to Portal system scenario using SOAP. I am sending request to Portal and getting response from their system.

I need to put the response message in file. While capturing response message i am getting error as below.

com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: No such operation 'createDocumentWithAttachmentsRequest'

I am getting XML string in response message.

Can anyone please suggest how to capture XML string in the respone message.. if i need to do any java mapping what logic exactly i need to build.

Appreciate your valuable inputs.

Thanks,

Srikanth

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member463616
Contributor
0 Kudos

Hi Srikanth,

>>>Can anyone please suggest how to capture XML string in the respone message.. if i need to do any java mapping what logic exactly i need to build.

Please see the below link, it will explain you that how to capture SOAP Response.

Regards,

P.Rajesh

Former Member
0 Kudos

Hi Puneet,

I have created all related stuff... i am unable to capture XML string in the reposne in file.

i need capture respone in file.

anyone pls suggest.

Thanks,

Srikanth

Former Member
0 Kudos

Have you devloped a synchronous SI at the reciver ? If yes then you can specify request and responce MT's there !!

Former Member
0 Kudos

This seem to be an error in calling WS...

However, you can refer to this article:

https://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without+BPM%29

Is a File-RFC-File scenario, but with soap is similar.

Former Member
0 Kudos

Hi,

WS is working fine.. but when i tried to capture XML string in response i am getting error.

Anyone any inputs.

Thanks,

Srikanth