- We are required to pull the message/data from Oracle a On-prem database using SOAP Webservice URL into SAP CPI Integration Suite.
- The Sender system (i.e. Oracle) do not have an option to share the WSDL from their end. The sender has shared with us a sample XML structure with the sample fields. Sample XML Structure Shared below:
<?xml version="1.0"?>
<Output>
<MessageId>1</MessageId>
<BatchId>Tanmay</BatchId>
<BusinessPartner>Patil</BusinessPartner>
<OracleNumber>1234567890</OracleNumber>
<Status>S</Status>
<Message>Data Loaded Successfully.</Message>
<TimeStamp>18-APR-24</TimeStamp>
</Output>
- Is it possible to create custom WSDLs with some specific fields for SOAP Sender Adapter. The sender needs a WSDL file for configuring the SOAP Adapter. Is there a way to create a WSDL inside CPI?
- We need alternative ways for generating WSDL file in SAP CPI.
- Is there any existing or pre integration connector to use it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.