Hi Guys,
When we build SAP PO Webservice with SOAP standard, we need to public endpoints to third parties system to call services.
We can test services by using SOAP UI tool [1]. Below are step by step we perform test webservices.
1/ Install SOAP UI
Download Tool from : https://www.soapui.org/tools/soapui/

2/ Create new empty project and import WSDL
Create new project after SOAP UI installed

Add WSDL to new project

Enter WSDL URL

Enter WSDL Credential

3/ Perform testing
- Enter webservice credential
- Enter request parameters
- Execute request

Check Response Message

Thanks,
Cuong Dang (Cody)