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

How to create a custom WSDL in SAP CPI with some custom fields.

Vamsikrishna1
Newcomer
0 Kudos
904
  • 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?

Accepted Solutions (0)

Answers (0)