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

how to use outbound wsdl in the other system?

shkim
Explorer
0 Kudos
358

I develop in the s/4hana public cloud.

I use API sales order bulk async and reply outbound confirm Processing. (https://api.sap.com/api/CO_SDSLS_ESR_SO_BULK_CONF_O_V2/overview)

I downloaded this outbound wsdl in the communication arrangement Fiori app.

but I can't know how to use the outbound wsdl the other program (ex java. c#...)

Does this sample exist?

thank you.

Accepted Solutions (1)

Accepted Solutions (1)

smysore
Advisor
Advisor

Hi Kim, I'm not aware of a manual but what would be an approach is the following:-

1. Instantiate a server that has one or more endpoints. Which can be then used to be added as the end point in the S4 communication arrangement.

2. Use an XML parser in the endpoint logic to read the outbound message and convert it to the desired format.

3. Post process the parsed XML or send it to another system.

I think this is WSDL independent, and does not matter what the XML structure looks like.

shkim
Explorer
0 Kudos

thank you!!

i refer to your advice and develop my system.

have a nice day 🙂

Answers (0)