To get an XML list of your/your customers' jobs that are in the trading database:
Just push XML like this to the ListTradingDatabase method at:
http://opendoxx.com/incoming/testproc.php
<ODQuery>
<VendorUserName>YOURAPPLICATIONUSERNAME</VendorUserName>
<VendorPassword>YOURAPPLICATIONPASSWORD</VendorPassword>
<ODMemberID>ProcessServingAgencyID</ODMemberID>
<ODPassword>ProcessServingAgencyPassword</ODPassword>
</ODQuery>
OpenDoxx Will Respond With:
<?xml version="1.0"?>
<ODTradingDatabase>
<Job>
<AcceptCode>0</AcceptCode>
<YourJobNum>523</YourJobNum>
<YourToken>99THETOKENYOUSENTINWITHJOB88</YourToken>
<ODJobNum></ODJobNum>
<ODTradingDatabaseInstance>67</ODTradingDatabaseInstance>
<SenderID>66</SenderID>
<Receiver>Test FMJ Company</Receiver>
<Servee>Test Servee Number Two</Servee>
</Job>
</ODTradingDatabase>
Using the ODTradingDatabaseInstance, you can call the DelJobTradingDatabase method
to delete job(s) from the trading database. They automatically delete upon completion
once you pick up the last completion notice. This method is a great way to verify that
OpenDoxx received the job(s) that you sent. Don't delete a job unless you made a mistake
or want to re-send it, though. Once a job is removed from the trading database, you can't
get any more information on it. It is also a good idea to call the receiver and tell
them to delete it manually from THEIR trading database and their program as well.