We have java code calling a web service on pi that is mapped to a web service on CRM.
PI 7.1, and the latest CRM release. I don't have much experience using PI. We have an integrated configuration set up that maps XML from and inbound request to a soap request exposed on CRM. this would be SalesOrderCRMCreateCheckQueryRespnose_in.
When I call the CRM web service it responds in 2 seconds. When I call via PI which maps a different request to that one and maps backa response it takes 10 seconds. The log shows the delay as follows between request message entering the adapter with user J2EE_GUEST and the next step. We simply cannot figure out why.
Time Stamp Type Description
2010-07-22 14:44:50 Information MP: entering1
2010-07-22 14:44:50 Information MP: processing local module localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean
2010-07-22 14:44:50 Information SOAP: request message entering the adapter with user SOAREMOTE
2010-07-22 14:44:50 Information SOAP: request message leaving the adapter (call)
2010-07-22 14:44:50 Information The application tries to send an XI message synchronously using connection SOAP_http://sap.com/xi/XI/System.
2010-07-22 14:44:50 Information Trying to put the message into the call queue.
2010-07-22 14:44:50 Information Message successfully put into the queue.
2010-07-22 14:44:50 Information The message was successfully retrieved from the call queue.
2010-07-22 14:44:50 Information The message status was set to DLNG.
2010-07-22 14:44:50 Information Executing request mapping "nuskin.com:GlobalSales/OM_SalesOrderCreation" (SWCV 889bd190c3df11de8ffcf9350a21f04d)
2010-07-22 14:44:50 Information Delivering to channel: SOAP_SALESORDER_CREATE_IN
2010-07-22 14:44:50 Information SOAP: request message entering the adapter with user J2EE_GUEST
2010-07-22 14:44:58 Information SOAP: completed the processing
2010-07-22 14:44:58 Information SOAP: continuing to response message fdffe018-95d1-11df-b0fc-0000121412ea
2010-07-22 14:44:58 Information The application sent the message synchronously using connection SOAP_http://sap.com/xi/XI/System. Returning to application.