Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HTTP Receive Adapter Configuration

37 views
Skip to first unread message

Andrew Hodge (Medway Uk)

unread,
Feb 15, 2005, 10:57:06 AM2/15/05
to
Currently trying to get the HTTP receive adapter to work
(btshttpreceive.dll). In a bid to ensure the configuration was working I
completed the Northwind exercise for enabling message routing. I got this
working using the file adapter.

ie. place an xml file in the filedrop location and this will get processed
to the outbound filedrop depending on the message contents. If I look at the
HAT for this process I can see the message being recieved by the xml receive
pipeline and then sent out by the xml transmit pipeline.

I then added a HTTP location under the same receive port as the above file
location.
After a lot of fidling with security accounts we can appear to post the xml
data to the http receive adapter. We receive a http 500 error however. When
I look in HAT it shows the XML message as having been received but get an
error in the application log as follows

The messaging engine encountered an error publishing a batch of "1" messages
to the Message Box Database for the transport adapter "Biztalk HTTP
Receiver". Please refer to Health and Activity Tracking tool for more
detailed information on this failure and check the endpoint bindings are
correctly configured.

HAT just states the xml is an unparsed interchange with a status of
terminated and an error code of 0xC0C01623.

I cannot see why the xml file will succeed when we use the file adapter but
not when we send it via the http receive adapter.

Using HAT allows us to export the XML messages for both HTTP and FILE and
the xml content seems to be exactly the same.

Any ideas anyone ?

Jon Flanders[DevelopMentor]

unread,
Feb 15, 2005, 11:30:01 AM2/15/05
to
I'd use tcptrace (www.pocketsoap.com) to see the actually http exchange
between the client and the HTTP receive location.

I'd also look at the context properties between the two messages - what
pipelines are the different locations using?

--
Jon Flanders [DevelopMentor]
http://staff.develop.com/jfland/
http://www.develop.com/courses/biztalk
"Andrew Hodge (Medway Uk)" <AndrewHod...@discussions.microsoft.com>
wrote in message news:D5E5E06A-AA3A-4BE3...@microsoft.com...

Andrew Hodge (Medway Uk)

unread,
Feb 15, 2005, 11:41:07 AM2/15/05
to
Many thanks for the prompt reply

The pipelines are exactly the same ie XML receive pipelines for both the
location (file and http receive locations)

The message is being correctly received as I can save the xml message out of
HAT and it is exactly the same as when we submitted it. So the message is
getting into Biztalk.

I just dont understand why the message is getting terminated when submitted
via HTTP compared to file

Jon Flanders[DevelopMentor]

unread,
Feb 15, 2005, 12:04:59 PM2/15/05
to
I'd definately want to see the actual HTTP traffic. I'd also make sure the
resulting MessageType in the context of both messages are the same.

wrote in message news:D91F9BE8-31D8-4D42...@microsoft.com...

0 new messages