Thanks for the quick reply. sure, attached is the XML i am trying to post, however i am looking for something more generic, some kind of explanation about the schema, such as mandatory fields etc.
regarding the exception log - where can i find it? i saw the error from the queue manager screen but as you can figure it is not detailed at all.
here is the XML i am trying to post:
<?xml version="1.0" encoding="utf-8" ?>
- <Envelope xmlns="schemas.microsoft.com/.../Message">
- <Header>
<SourceEndpointUser>accpac\system</SourceEndpointUser>
<SourceEndpoint>Default</SourceEndpoint>
<DestinationEndpoint>PJMEndpoint</DestinationEndpoint>
<Action>schemas.microsoft.com/.../Action>
</Header>
- <Body xmlns="schemas.microsoft.com/.../Message">
- <PurchaseInvoice xmlns="schemas.microsoft.com/.../PurchaseInvoice">
<DocPurpose>Original</DocPurpose>
- <LedgerJournalTable action="create" class="entity">
<DocumentNum>12345</DocumentNum>
- <LedgerJournalTrans class="entity" action="create">
<AccountNum>ABELGA</AccountNum>
<AccountType>Cust</AccountType>
<Company>ABELGA</Company>
<CurrencyCode>USD</CurrencyCode>
<DocumentDate>2011-08-25</DocumentDate>
<DocumentNum>00000073_068</DocumentNum>
<Invoice>OP/1000155</Invoice>
<Qty>1</Qty>
</LedgerJournalTrans>
</LedgerJournalTable>
</PurchaseInvoice>
</Body>
</Envelope>