|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
custom adapterI have a problem in returning status code from standard Http Adapter. What I want to do is: I am using Http Adapter in IIS to post xml messages. I have custom receive pipeline to validate the XML message. When I get invalide message, I want to return 406. But right now pipeline raise error in Event viewer about invalid message but Http Adapter returning 202. Which mean message received sucessfully. Does any one know how I can set up HTTP adapter, so when pipeline raise error the adapter returns 406 and 202 otherwise? Some one told me I can do that by custom Http adapter. Since I am new to BizTalk and .NET world, I have no idea how to do that. Any one knows any good article or blogs about this? -- Thank you, Siva You are going to want to post this to a BizTalk group.
Bryan Phillips MCSD, MCDBA, MCSE Blog: http://bphillips76.spaces.live.com Show quote "Siva" <siva@newsgroups.nospam> wrote in message news:C125ADAC-B590-4591-B429-DE85168BFCA4@microsoft.com: > Hi, > I have a problem in returning status code from standard Http Adapter. > What I want to do is: > I am using Http Adapter in IIS to post xml messages. I have custom receive > pipeline to validate the XML message. When I get invalide message, I want to > return 406. But right now pipeline raise error in Event viewer about invalid > message but Http Adapter returning 202. Which mean message received > sucessfully. > > Does any one know how I can set up HTTP adapter, so when pipeline raise > error the adapter returns 406 and 202 otherwise? > Some one told me I can do that by custom Http adapter. Since I am new to > BizTalk and .NET world, I have no idea how to do that. Any one knows any good > article or blogs about this? > > -- > Thank you, > > Siva |
|||||||||||||||||||||||