Edit: well, apparently all my writeup for this was deleted when I submitted the message... I'm rewriting it now
Here's the Scenario:
Website takes invoices from GP web services, allows the user to make a payment and then transmit the payment information for that invoice back to GP. I'm getting validation errors trying to do this.
Here's the actual error from Web Services Exceptions Console:
A validation exception has occurred.
Validation Errors:
- If AllocateLotBehavior equals 0 the taSopLotAuto node should not be called.
- A validation error has occurred.
Here's the code in C#: