cancel
Showing results for 
Search instead for 
Did you mean: 

Sender SOAP channel error

former_member255627
Participant
0 Kudos

Hi All,

I have a SOAP to Proxy  asynchronous scenario, I am sending SOAP message from PI web service test page to PI and I am getting the following error in sender SOAP channel:

MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: Unable to split a synchronous message

Appreciate your quick responses.

Thanks,

Pushpa

Accepted Solutions (1)

Accepted Solutions (1)

azharshaikh
Active Contributor
0 Kudos

Hi Pushpa,

I believe you are testing it from WS navigator? Can you try to post using SOAP UI tool and check..

Also for the error (Reference: )

>>>com.sap.engine.interfaces.messaging.api.exception.MessagingException: Unable to split a synchronous message

this error means you're trying to send a sync message to more then one receiver if you don't want to do that make sure the service interfaces are async.

Can you check?

Regards,

Azhar

former_member255627
Participant
0 Kudos

Hi Azhar,

Thanks for the quick response.

I am not using WS navigator for testing here and even I am facing the same issue when I test it with SOAP UI tool.

I have read tht thread and did not understand the point "It was happening because of the duplication of same Client for the same interface and hence the reason I was getting unable to split the sync data error."

Here all my service interfaces are async.

Any inputs  would be much appreciated.


Thanks,

Pushpa

azharshaikh
Active Contributor
0 Kudos

Hi,

Please check the following:

1.  Check if you have more than one configuration scenario defined for that particular message type (one set of configuration on AAE and another one with normal processing) and PI is trying to duplicate the message just like it had determined multiple receivers in Receiver Determination


2. Check whether your SI are defined as Async Mode in ESR


3. QoE in Channel is Exactly Once (as its Async in ur case)


Regards,

Azhar

former_member255627
Participant
0 Kudos

Thanks Azhar.

I re checked QOE in channel and it was best effort. Now I changed to exactly once.

It is working now.

Thanks for your help.

Answers (0)