Supplier Creation by using SOAP Web Service or WSDL in cloud fusion
Create Supplier
Supplier Creation by using SOAP Web Service / WSDL in cloud fusion
Creating a supplier in Oracle Fusion by using a SOAP Web Service involves several steps. Oracle Fusion provides various web services for different modules, and you need to use the appropriate web service for supplier creation based on your specific requirements. Here, I’ll provide a general overview of the steps involved in creating a supplier using a SOAP web service in Oracle Fusion.
Service WSDL URL: https://servername/fscmService/SupplierServiceV2?WSDL
==== Supplier Payload for SOAP UI –====================
<soapenv:Body>
<typ:createSupplier>
<typ:supplierRow>
<!--Optional:-->
<sup:Supplier>Test Supplier App9001</sup:Supplier>
<sup:AlternateName>App100</sup:AlternateName>
<sup:TaxOrganizationType>Corporation</sup:TaxOrganizationType>
<sup:SupplierType>Supplier</sup:SupplierType>
<sup:BusinessRelationship>SPEND_AUTHORIZED</sup:BusinessRelationship>
</typ:supplierRow>
</typ:createSupplier>
</soapenv:Body>
Comments
Post a Comment