How to check Oracle Documentation related to Soap Webservice

 Soap is used for testing Webservices related to Oracle Fusion

So, we have a option to check WSDL link in Oracle official documentation as well. Let us see how to navigate...

 Search for docs.oracle.com and I am choosing Financials module


Goto All Books option present on left side on the screen

Search for SOAP Web Services for Financials and click on HTML


Expand Business Object Services

Expand Payables Invoice


In the above screenshot, we can see Service WSDL which can be used for testing. In this WSDL link replace servername with Fusion instance url

There will be many in columns in the Request, to know which column is used for what purpose, we have Description column. For an example opening Invoice Header


Scroll down a bit to see Attributes where we can see columns and their description


Installing SOAPUI

 SoapUI is used for testing Webservices for Oracle Fusion.

Follow the steps to install SoapUI

Step1: Download latest version from official website. I am choosing Windows


Step2: Run .EXE file
Step3: Click Next on the Welcome screen.
Step 4: Choose folder to install
Step 5: Choose components to be installed
Step 6: Accept agreement and Click Next
Step 7: Choose folder for installing SoapUI Tutorials and Click Next on all the upcoming screens




After Installation done, click Finish

Thats it. We completes the installation












Query to fetch COA Account Fields

 Hi All, A short post to get COA Account Segment related fields. select  fvvv.value, FVVV.DESCRIPTION, fvvv.ENABLED_FLAG  Enabled, fvvv.STAR...