Total Pageviews

August 4, 2021

8/04/2021 10:24:00 PM

 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

https://docs.oracle.com/en/cloud/saas/procurement/21c/oeswp/business-object-services.html#supplier-d20146e5579

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

Oracle Fusion Supplier creation using SOAP




if it is success ,check the Supplier from the Application to confirm whether the records are successully inserted or not 




 
Related Posts Plugin for WordPress, Blogger...