How to create supplier using SOAP?
First we have to identify which SOAP service need to use to create Supplier
For that we have to identify which version of the fusion apps we are using
you can this information from the following link
then identify with WSDL we have to use for that, clik on supplier link
Supplier
An inbound web service that supports allows both creation and update of suppliers from external repositories into Oracle Fusion Suppliers.
Service WSDL URL: https://servername/fscmService/SupplierServiceV2?WSDL
you have to replace servername with your server name
in my case
https://fa-xxxx-exampledemo.ds-fa.xxxxdemo.com
then full link is like this
https://fa-xxxx-exampledemo.ds-fa.xxxxdemo.com/fscmService/SupplierServiceV2?WSDL
dowload SOAPUI then place above link as follows
if it is success ,check the Supplier from the Application to confirm whether the records are successully inserted or not