cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

not able to send message - http post from MII 12.1.4.53 to PI 7.1

Former Member
0 Likes
263

Hi ,

Question

u2022 Is there any configuration to set up in MII and PI to do posting to PI as a web service? If YES, please guide.

Situation

u2022 We are with MII version 12.1.4.53 and trying to send message through http post to PI 7.1 server.

u2022 We are getting the following error HTTP 500 Internal Error Issue.

u2022 However we are able to post messages from SOAPUI through the same URL and with the MII system which is running on version 12.1.6.91 and 12.1.9.116

u2022 HTTP Response received as below points to PI Configuration issue.

Error

<SOAP:Fault>

<faultcode>SOAP:Server</faultcode>

<faultstring>Server Error</faultstring>

<detail>

<s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

<context>XIAdapter</context>

<code>ADAPTER.JAVA_EXCEPTION</code>

<text><![CDATA[

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

thanks

Rajesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Rajesh,

For calling a Webservice in PI, you need to send to a URL which will be in the below format,

http://<host>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>;

"< > " -> all parameters belong to PI system.

Might be you can call this URL from MII through the Webserivce action block. Please try with this.

Regards,

Anudeep Kumar

Former Member
0 Likes

Hi Anudeep,

The question isNOT ABOUT the format of the URL which MII should use.

Using the same URL we are able to post the message from other MII versions with in the landscape( MII version 12.1.6 and MII version12.1.9) and through SOAP UI.

500 Internal server error Problem arises when the message is sent through the same URL from MII 12,1.4 Build(53) to PI 7.1 ( we tried https Post, XI Webservice, WebService action blocks)

Question:

Are thre any configuration settings specific to MII version12.1.4 Build 53 which needds to be set in MII to communicate to PI 7.1.

Thanks

Rajesh

Former Member
0 Likes

Hi all,

thanks for your help.

Solution

We raised SAP note and found that MII version 12.1.4.53 is having some issues with http. We were advised to change the version of the SAP MII to 12.1.6 or higher.

Thanks

Rajesh

agentry_src
Active Contributor
0 Likes

Hi Rajesh,

Thank you for taking the time to post the response and solution.

Regards,

Mike