API for Reports & UCM

 SOAP UI

  • https://fusovmsmc84-fa-ext.us.oracle.com/xmlpserver/services/v2/ReportService?wsdl
  • runReport
    • Remove all other attributes apart from
      • paramname & values, format,
      • <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
           <soapenv:Header/>
           <soapenv:Body>
              <v2:runReport>
                 <v2:reportRequest>
                       <v2:attributeFormat>pdf</v2:attributeFormat>
                    <v2:parameterNameValues>
                       <v2:listOfParamNameValues>
                          <!--Zero or more repetitions:-->
                          <v2:item>
                             <v2:name>?</v2:name>
                             <v2:values>
                                <!--Zero or more repetitions:-->
                                <v2:item>?</v2:item>
                             </v2:values>
                          </v2:item>
                       </v2:listOfParamNameValues>
                    </v2:parameterNameValues>
                    <v2:reportAbsolutePath>?</v2:reportAbsolutePath>
                   
                    </v2:reportRequest>
                 <v2:userID>?</v2:userID>
                 <v2:password>?</v2:password>
              </v2:runReport>
           </soapenv:Body>
        </soapenv:Envelope>

UCM

REST

  • https://fusovmsmc84-fa-ext.us.oracle.com/fscmRestApi/resources/11.13.18.05/erpintegrations
  • {
      “OperationName”:”uploadFileToUCM”,
     “DocumentContent”:”asdfasf”,
    “DocumentAccount”:”fin$/payables$/import$”,
    “ContentType”:”zip”,
    “FileName”:”Test3.zip”,
    “DocumentId:null
    }

 

Comments

Popular posts from this blog

SOAP Services

SCM

OTM