What I want to do is catch errors by subscribing to them. I can do this with a send port subscription.
Now I want to subscribe with an orchestration, get the error, extract the details and email the operator with the details of the error, and a pointer to the error file on the file system.
I want this to be a generic solution to any message without building an error curcuit for each message type.
So I am bringing in as System.Xml. Problem is that without an actual message schema, I can't get at the properties.
I would like to use "XLANGMessage.GetPropertyValue()" method, but I can't cast the input to the XLANGMessage type, and not sure if the property bag would be preserved.
Does anyone have any ideas at helping me solve this?
Hi Greg, I'm the guy of http://www.biztalkgurus.com/forums/p/13970/27172.aspx#27172, i have a problem. When i try to test the schema with ffdasm.exe all work OK, but when i deploy in server and run thow the error: Unexpected end of stream while looking for : '\r\n'.
have any idea about? If you want to see the schema:
http://miguelaup.zzl.org/wp-content/uploads/2010/02/OML_O21.zip
Thanks