on 2023 May 15 8:28 AM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.