Hi,
I have a sync message interface with a SOAP receiver. The soap service sits outside my network so I can't change anything there. I'd like to know if anyone knows of a way to validate a source structure and respond with a error message back on the sync channel if some element is missing on the source structure? Currently I'm only getting a soap exception cause it's missing a element value. The question isn't specific to this scenario so any sync interface will do. I'm just looking for a way to interrupt the process and respond to the sync service before I send my message on to my target operation.
Cheers,
Jan