cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP to RFC Interface in SAP PO

Former Member
0 Kudos

Hello All,

I have not worked on HTTP adapter so far hence need your inputs.

We have a scenario where SAP PI would be receiving XML message from sender and from PI we would send RFC message to ECC.

and we need to send the response back to the sender .

We have SAP PO 7.31 java only system.

-->Would we be using HTTP_AAE as sender adapter channel for this interafce?

-->Do we need to create Request and Response data types , MT and one synchronous Outbound SI for sender side?

-->What are the configuration details which we need to provide to sender side so that they can send the xml message to PI.

I tried doing a POC and sending a message using HTTP client but it shows following error:

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  <p><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b>  Error: Requested resource does not exist.</b></font></p>

  <p><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><b>  <a href="https://wiki.sdn.sap.com/wiki/x/wIN3Cw">SAP Technology Troubleshooting Guide</a></b></font></p>

  <p><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><table>

    <tr>

      <td valign="top"><b> Details:</b></td>

      <td valign="top"><PRE>Go to <A href="https://answers.sap.com/" target="_parent">main page</A> of this application.</PRE></td>

    </tr>

  </table></font></p>

</body>

</html>

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Please help with answers.

Thanks,

Jane

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

-->Would we be using HTTP_AAE as sender adapter channel for this interafce?

It depends how your sender system wants to post this messages to PI. I

-->Do we need to create Request and Response data types , MT and one synchronous Outbound SI for sender side?

yes. as it;s a sync interface you need to create request and resp structure.

-->What are the configuration details which we need to provide to sender side so that they can send the xml message to PI.

Below blog should address your query

Answers (0)