Quantcast
Channel: SCN : Discussion List - SAP Process Orchestration
Viewing all articles
Browse latest Browse all 967

Problem in SOAP channel

$
0
0

Hi,

I have the folowing problem with async IDOC->SOAP integration:

System is sending messages correctly - 3rd parti system gets messages with no problems.

But if I put wrong service URL - PI does not report any problem. channel in RWB is green, messages have "Successful" status. But, of course, receiving party gets nothing! there is some difference in audit log.

For wrong URL I have the folowing audit log:

Audit Log for Message: 0200c0a8-0083-1ee5-8c88-1bb1ac67d884

 

Time Stamp Type Description

22.07.2015 10:11:26.424 Information The message was successfully received by the messaging system. Protocol: XI URL: http://sap-pi-00-d:50000/MessagingSystem/receive/AFW/XI Credential (User): PIISUSER

22.07.2015 10:11:26.425 Information Using connection SOAP_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.

22.07.2015 10:11:26.450 Information Message successfully put into the queue.

22.07.2015 10:11:26.451 Information The message was successfully retrieved from the receive queue.

22.07.2015 10:11:26.459 Information The message status was set to DLNG.

22.07.2015 10:11:26.460 Information Delivering to channel: SOAP_Reciever

22.07.2015 10:11:26.460 Information MP: entering1

22.07.2015 10:11:26.460 Information MP: processing local module localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean

22.07.2015 10:11:26.475 Information SOAP: Target url: https://test.www.XXX.ru:443/soap/server.php

22.07.2015 10:11:26.475 Information SOAP: request message entering the adapter with user J2EE_GUEST

22.07.2015 10:11:26.487 Information MP: leaving

22.07.2015 10:11:26.487 Information The message was successfully delivered to the application using connection SOAP_http://sap.com/xi/XI/System.

22.07.2015 10:11:26.487 Information SOAP: completed the processing

22.07.2015 10:11:26.488 Information The message status was set to DLVD.

 

For the correct URL:

 

Audit Log for Message: 0200c0a8-0083-1ee5-8c87-a8b5db8db84b

 

Time Stamp Type Description

22.07.2015 09:45:44.045 Information The message was successfully received by the messaging system. Protocol: XI URL: http://sap-pi-00-d:50000/MessagingSystem/receive/AFW/XI Credential (User): PIISUSER

22.07.2015 09:45:44.047 Information Using connection SOAP_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.

22.07.2015 09:45:44.072 Information Message successfully put into the queue.

22.07.2015 09:45:44.074 Information The message was successfully retrieved from the receive queue.

22.07.2015 09:45:44.081 Information The message status was set to DLNG.

22.07.2015 09:45:44.082 Information Delivering to channel: SOAP_Reciever

22.07.2015 09:45:44.082 Information MP: entering1

22.07.2015 09:45:44.082 Information MP: processing local module localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean

22.07.2015 09:45:44.083 Information SOAP: Target url: https://www.XXX.ru:443/soap/server.php

22.07.2015 09:45:44.083 Information SOAP: request message entering the adapter with user J2EE_GUEST

22.07.2015 09:45:44.455 Information MP: leaving

22.07.2015 09:45:44.455 Information SOAP: completed the processing

22.07.2015 09:45:44.455 Information SOAP: sending a delivery ack ...

22.07.2015 09:45:44.455 Information SOAP: sent a delivery ack

22.07.2015 09:45:44.456 Information The message was successfully delivered to the application using connection SOAP_http://sap.com/xi/XI/System.

22.07.2015 09:45:44.457 Information The message status was set to DLVD.

 

 

It mentions sending of delivery ack in correct transmission. How could I make SAP PI to process and indicate problems in SOAP communication?


Viewing all articles
Browse latest Browse all 967

Trending Articles