Sample executeBatchRecalculateBo request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:siperian.api"><soapenv:Header/>
<soapenv:Body>
<urn:executeBatchRecalculateBo>
<urn:username>xxxx</urn:username>
<urn:password>
<urn:password>yyyy</urn:password>
<urn:encrypted>false</urn:encrypted>
</urn:password>
<urn:orsId>localhost-orcl-CMX_ORS</urn:orsId>
<urn:tableName>C_ADDRESS</urn:tableName> <urn:rowidObjectTable>TMP_ADDRESS_RECALCBO_1</urn:rowidObjectTable>
</urn:executeBatchRecalculateBo>
</soapenv:Body>
</soapenv:Envelope>
Sample executeBatchRecalculateBo response
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<executeBatchRecalculateBoReturn xmlns="urn:siperian.api">
<message>Succeeded</message>
<retCode>0</retCode>
<jobRunStatus>0</jobRunStatus>
</executeBatchRecalculateBoReturn>
</soapenv:Body>
</soapenv:Envelope>
Sample executeBatchRecalculateBvt request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:siperian.api">
<soapenv:Header/>
<soapenv:Body>
<urn:executeBatchRecalculateBvt>
<urn:username>xxx</urn:username>
<urn:password>
<urn:password>yyyy</urn:password>
<urn:encrypted>false</urn:encrypted>
</urn:password>
<urn:orsId>localhost-orcl-CMX_ORS</urn:orsId>
<urn:tableName>C_ADDRESS</urn:tableName>
<urn:rowidObject>120001 </urn:rowidObject>
</urn:executeBatchRecalculateBvt>
</soapenv:Body>
</soapenv:Envelope>
Sample executeBatchRecalculateBvt response
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<executeBatchRecalculateBvtReturn xmlns="urn:siperian.api">
<message>Succeeded</message>
<retCode>0</retCode>
<jobRunStatus>0</jobRunStatus>
</executeBatchRecalculateBvtReturn>
</soapenv:Body>
</soapenv:Envelope>
No comments:
Post a Comment
Please do not enter any spam link in the comment box.