Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 6

Testing ERPIntegrationService using SOAP UI.

Step Details
Install SOAP UI https://www.soapui.org/downloads/soapui.html ( Soap Open Source UI)
Find the WSDL Login to application-> Navigator -> Tools ->DeveloperConnect.

https://fuscdrmovm25-fin-
ext.us.oracle.com:443/publicFinancialCommonErpIntegration/ErpIntegrationSe
rvice?WSDL
Prepare the Data Get the template from OER :
http://docs.oracle.com/cloud/farel11/financialscs_gs/OEFBF/Payables_Standard_Invoice_Import_101883
86_fbdi_15.htm#10188386

Enter Data in the xls and generate the csv/zip file : apinvoiceimport.zip
Use this link to
generate the
Content
attribute
http://base64
converter.co
m/
Upload the zip file
of the AP Invoice
import and click
Convert data

Keep this for use in the payload:


Launch SOAP UI Initial WSDL:
Create a New https://fuscdrmovm25-fin-
Project using the ext.us.oracle.com:443/publicFinancialCommonErpIntegration/ErpIntegrationSe
wsdl rvice?WSDL

Create Basic
authentication

You will need this


for every operation
that will be
invoked.
Create a Request for
uploadFileToUcm

Content is the encoded string from the previous step


Submit the request

Ensure the
response is
successful
Login to UCM and
verify the file is
uploaded

submitEssRequest Payload

Please note that the first parameter corresponds to erp_interface_options_id in fun_erp_interface_options table which
points to the seed data (control files,import job name etc)
and the second parameter corresponds to the documentid of the file which was uploaded to the ucm (which is returned
after the uploadFileToUcm operation)

Response
submitEssRequest
for InvoiceImport

The Job ended in warning.. Let us check that via the getESSJobStatus operation

getESSJobStatus
LoadAndImportData

Payload/Response

AP_ErpIntegrationSe
rvicePayloadSamples.txt

You might also like