To delete your/your customers' jobs from the trading database:
Just push XML like this to the DelJobTradingDatabase method at:
http://opendoxx.com/incoming/testproc.php
<DeleteJobs>
<VendorUserName>YOURAPPLICATIONID</VendorUserName>
<VendorPassword>YOURAPPLICATIONPASSWORD</VendorPassword>
<ODMemberID>ProcessServingAgencyID</ODMemberID>
<ODPassword>ProcessServingAgencyPassword</ODPassword>
<Jobs>
<ODTradingDatabaseInstance>67</ODTradingDatabaseInstance>
</Jobs>
</DeleteJobs>
OpenDoxx Will Respond With:
<?xml version="1.0"?>
<Jobs>
<Job>
<ODTradingDatabaseInstance>67</ODTradingDatabaseInstance>
<Status>Job And Case Deleted From Trading Database</Status>
</Job>
</Jobs>