cancel
Showing results for 
Search instead for 
Did you mean: 

PI-WebService (SFDC)

Former Member
0 Kudos

Hi Folks

Proxy(ABAP)-SOAP (Async)

i have trigger message, it shows Delivered in PI, But not reached Target System(SFDC)

same i have checked in SOAP UI, its shows data error.

if any configuration error it failed in PI, if any data error in PI status shows DELIVERED, but not reached target system.

how i achieve this issue, i need if data or Configuration issues message should failed in PI..

Regards

Pradeep A

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182412
Active Contributor
0 Kudos

Hi Pradeep,

  • From soap ui you are triggering the web service synchronously and you are getting the response from the web service, in the response message you can see the data error.
  • From PI you are calling the web service asynchronously and the web service is returning the same data error response with HTTP 200, if you call asynchronously soap adapter ignore the response it only check for HTTP response code and you are getting HTTP 200 that is why the message is delivered in PI.
  • You can set the TraceHTTP parameter in soap adapter then you can see the response from the web service as per this blog

Regards,

Praveen.

Former Member
0 Kudos

Hi Praveen,

file is not in OS level, basis team not able to get the file.

Scenario is running in Single stack SAP PO.

can you help me how to get the file.

Thanks

Pradeep

apu_das2
Active Contributor
0 Kudos

Can you check once in the target receiver channel in CC monitoring.

Thanks,

Apu

Former Member
0 Kudos

Hi Das,

i have checked, its running successfully.

Thanks

Pradeep