Re: Catching error exceptions via Biztalk



julieannek@xxxxxxxxx wrote:
Hi there,

I have a send port, which sends xml via http request. When there is
something wrong with the xml I am sending, e.g incorrect data, I get
back a warning message:

"The remote server returned an error: (406) Not Acceptable."

This is all I receive from the http site. Basically I need to be able
to trap this specific message, and keep all xml documents which have
failed in a specific location. I have already established that my
orchestration cannot detect these errors, as they occur in the send
port. Can I build a custom pipeline to pick up this particular error??

I think you should be able to get an error in your orchestration by setting the orchestration's port "delivery notification" property to transmitted.

read: http://blogs.msdn.com/kevinsmi/archive/2004/07/03/172574.aspx

Yossi Dahan
.



Relevant Pages

  • Re: BAM Question
    ... On a receive port (not orchestration) i need to collect a few things ... I get this information out of the xml message of course. ... In the pivot table, drag measure into the area labeled "Drop Data ... In the Tracking Profile Editor, select the Receive port shape from your ...
    (microsoft.public.biztalk.general)
  • Binary message creation in BizTalk Server
    ... Setup a new orchestration and drop a rcv shape and port in there in order ... Iterate through each of the vendors in your inbound XML message ... - assign the FTP username and password to use in the construct message ...
    (microsoft.public.biztalk.general)
  • Re: How to architect BizTalk calling a web service
    ... Now I'm getting an error that the send port failed to ... Request XML and a schema for the Response. ... orchestration, but now I'm wondering if this is right. ...
    (microsoft.public.biztalk.general)
  • Re: Infinite output messages for one input message
    ... I have another schema that produces the following xml: ... I have a map with MainIn as the source schema and MainOut as the destination ... I have a receive port tied to this map, so that when I drop a xml file ... I then have a very simple orchestration that receives MainOut.xml files ...
    (microsoft.public.biztalk.general)
  • Re: Biztalk Mesage Status
    ... In the orchestration map your xml to your flat file schema ... Send the flat file (you can set a property on the port to make sure your ...
    (microsoft.public.biztalk.general)