cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PO 7.5 - New Implementation - SOAP to RFC migrated scenario - Cant see messages in /pimon

former_member331912
Participant
0 Kudos

Hi,

We are migrating from SAP PI 7.1 to SAP PO 7.5. As part of the migration, we migrated one scenario (SOAP to RFC) from 7.1, using migration tool.

When tesing from SOAP UI tool, we are getting the following error:

 <code>ADAPTER.JAVA_EXCEPTION</code>
               <text>com.sap.aii.af.service.cpa.CPAObjectNotFoundException: Couldn't retrieve inbound binding for the given P/S/A values: FP=;TP=;FS=null;TS=;AN=null;ANS=null;

In message monitoring, there are no messages at all. It is empty.

We are getting aboslutely no messages here, so its difficult to debug what the exact error is.

Any help in this regard would be really appreciated.

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

sugata_bagchi2
Active Contributor
0 Kudos

Hi Ather,

Try to generate the WSDL from ICO's inbound tab - go to display WSDL. Then import it into soapui to get the PI url for this interface.

As Mark mentioned, try to run the url in browser and see if you are getting a Message saying servlet status ok. Then it should work from soapui too.

Also check sender soap channel by doing a ping channel in monitor.

The error you mentioned usually comes , if there is a configuration issue with party, service or interface name.

FP = from Party

TP = to Party

FS = from Service

TS = to Service

AN = Action name / interface name

ANS = Action / interface namespace

Try to use the below url pattern in soapui-

http://your_PI-host:port/XISOAPAdapter/MessageServlet?channel=:<your sender system>:<your sender channel>&version=3.0&Sender.Service=<your sender system>Interface=<sender namespace>%5e<sender interface>

former_member331912
Participant

For some reason, when I changed the URL to http://your_PI-host:port/XISOAPAdapter/MessageServlet?channel=:<your sender system>:<Sender CC>, it worked.

I used the link https://archive.sap.com/discussions/thread/1932254

PavanKumar
Active Contributor
0 Kudos

Hi,

Try Cache Refresh and re trigger the request also check logs in communication channel monitor.

Regards

Pavan

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Ather,

Have you tried pasting the SOAP URL in IE/Chrome? If it does not work there, you won't be able to call it via SOAP UI too.

Regards,
Mark

former_member331912
Participant
0 Kudos

Yes, I got status OK