custom adapter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top