create data model using web service
Content
i need an example for creating data model using web service
i need to create a report using data model using web service , how i create a data model and report ?
i use wsdl : https://ekji-test.fa.em2.oraclecloud.com/fscmService/OnhandQuantityServiceV2?WSDL
and payload
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://xmlns.oracle.com/apps/scm/inventory/materialAvailability/onhandQuantities/onhandQuantityServiceV2/types/">
<soapenv:Header/>
<soapenv:Body>
<ns1:queryAllInventory>
<ns1:organizationId>300000001624632</ns1:organizationId>
<ns1:inventoryItemId>300000001703720</ns1:inventoryItemId>
<ns1:treeMode>2</ns1:treeMode>
<ns1:isRevisionControl>false</ns1:isRevisionControl>
<ns1:isLotControl>false</ns1:isLotControl>
<ns1:assetSubOnly>false</ns1:assetSubOnly>