cancel
Showing results for 
Search instead for 
Did you mean: 

MessagingException: No response available

Former Member
0 Kudos

Hi,

We have synchronous senario from Webservice to Soap senario. we are getting the following error.

inbound message

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

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

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

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: No response available.</SAP:AdditionalText>

<SAP:Stack />

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

</SAP:Error>


cwhat might be the problem, any suggestiobn would be very useful

  

   Regards


   Debanjan



Accepted Solutions (0)

Answers (2)

Answers (2)

praveen_sutra
Active Contributor
0 Kudos

hi Debanjan,

as suggested its always a good practice to use SOAP UI to check what is expected on receiver end and what response are you getting from SOAP request.

adding to that if  you can install soap UI on ur PI system its best as it will tell you if there are any restriction on your system.

hope this helps.

thanks and regards,

Praveen T

former_member191435
Contributor
0 Kudos

Hi,

I think you are not getting proper response...

Try to post the same data with soapUi or altovaxmlspy  and test the interface.. if it is ok then it is problem in PI otherwise problem in payload...

Thanks,

Sreenivas

Former Member
0 Kudos

Hi Sreenivas

I am using PI 7.4 version, what version of soapUi or altovaxmlspy should I use?

Regards

Debanjan

former_member191435
Contributor
0 Kudos

download latest version of soapui and test the interface

http://www.soapui.org/

Thanks,

Sreenivas

praveen_sutra
Active Contributor
0 Kudos

hi Debanjan,

It has not related to PI version. Its an opensource tool to post message to webservice.

So even if you are using PI 7.4 its not a problem.

thanks and regards

Praveen T