cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Client Proxy to SOAP

Former Member
0 Kudos

Hi all,

I am working on ABAP client proxy to SOAP Asynchronous scenario. when iam sending the data from r/3 system data sent to webservice.

but PI sending this same data 3 more to the third parth system. when i checked in runtime workbench it is showing number of retrys 3

how to resolve this issue. please explain in detail

Thanks

Anil

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I got an useful answers

Former Member
0 Kudos

Anil,

That's the default setting for Async SOAP communication...this can occur if the receiver is overloaded and cannot take any more feed and sometimes time out in the middle of the hand off...this would lead to re-try in PI...so you would see 3 entries of same data...refresh or clear the data from the receiver could solve the issue...

Thanks,

Srini

Edited by: Srinivas Davuluri on Sep 9, 2010 1:51 PM

former_member200962
Active Contributor
0 Kudos

Retry attempt is made for a second/ third time when the first attempt fails.

Is your channel sending the same message thrice....or is it that you see three retries are made?

Former Member
0 Kudos

It is sending Thrice

Thanks

Former Member
0 Kudos

It is sending Thrice

Have you tried sending the message to the web service using any external tool (SOAPUI etc)? What is the result?

I agree with Abhishek ... the message must have failed initially hence rest of the retrials.