Hi
I need to use a soap API in Postman
I want to know the request body parameter of each service circled in red as pictured.
thank you.
You need to refer to the wsdl of the required webservice.The WSDL's usually provide you with the definition of Control area and Data area that you can use to construct your request. There are tools that can generate xml samples based on wsdl.
You can get the wsdls from either the c4ws index page or from the "Documentation" tab of this webservice's end point in the Infor OS API Gateway. The c4ws index page may also have examples. Hope that helps.