cancel
Showing results for 
Search instead for 
Did you mean: 

Basic HCI question

Former Member
0 Kudos

Hi Experts,

i am new to HCI and plan to build up a simple scenario to study. Currently i have a HCI tenant, a back end on premise S4 HANA with cloud connection configured. The scenario i plan to setup is:

SOAPUI-->HCI SOAP Sender--> simple mapping-->HCI SOAP Receiver-->on premise H4.

here are my questions:

1. Where is the place to build up message type in HCI?

2. if the address field of the SOAP sender is /cxf/test, how can i send the request data to this adapter via SOAP UI? From where can i get the WSDL to make the call?

3. If i have a configured destination call S4_HANA_Dest and it can be connected, how can i used it to configure the SOAP receiver adapter? just fill it into the address field?

4. will the relevant inbound service interface be automatically called by using the namespace and message type?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Stephen,

There is no concept of Data Type and Message Type in SAP CPI .You have to build custom xsd using eclipse or using freely available online tools like freeformatter.com.

In case of WSDL creation there is very good blog by Eng Swee using Eclipse Tooling.

https://blogs.sap.com/2016/01/05/hci-using-eclipse-wsdl-editor-for-soap-based-integration/

Below blog will tell you basic steps followed for SOAP to ERP IDOc scenario.

https://blogs.sap.com/2016/08/11/hcihcp-isidoc-adapter-deciphered-part-4-trigger-idoc-from-hci-to-sa...

Hope it helps you.

Regards,

Sriprasad Shivaram Bhat

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks Sriprasad.