|
Home > Archive > BizTalk Server General > December 2004 > Help with SDK\Samples\Adapters\HttpAdapter\Run-Time HTTP adapter example
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help with SDK\Samples\Adapters\HttpAdapter\Run-Time HTTP adapter example
|
|
|
| Hey Biztalk pros
I'm trying to get the sample HTTP Adapter framework in the ..\Microsoft
BizTalk Server 2004\SDK\Samples\Adapters\HttpAdapter\Ru
n-Time folder to
work. I was able to send a message from the client to the HTTP Adapter, but
it fails to get picked up by the messaging engine. Here's the error I get
in the Event Log.
There was a failure executing the receive pipeline:
"Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "mscorlib" Receive
Location: "/httpreceive/httpreceive.aspx" Reason: Cannot find the assembly
Microsoft.BizTalk.Pipeline.Components, Version=3.0.1.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35.
Anyone know what the problem is? The pipeline mentioned above is the
regular (and default) Xml Receive pipeline. It looks like the adapter is
unable to locate this pipeline and hence pass along the message to it. Is
this the case? How do I fix it?
Thanks and Merry Christmas!
Paul
| |
|
| I got past that problem and ran into another one (go figure). Turns out
that previously I had more than one instance of the same schema deployed.
Once I made sure that this isn't the case, the message made it into the
message box.
Problem is... the message is just sitting there saying that it is "ready to
run". What baffles me is that how did the message make it into the message
box and not trigger an orchestration? I made sure that the schema in the
orchestration matches the message sent from the client.
Any suggestions?
"paul" <boloh77@hotmail.com> wrote in message
news:O8WiTeT6EHA.3504@TK2MSFTNGP12.phx.gbl...
> Hey Biztalk pros
>
> I'm trying to get the sample HTTP Adapter framework in the ..\Microsoft
> BizTalk Server 2004\SDK\Samples\Adapters\HttpAdapter\Ru
n-Time folder to
> work. I was able to send a message from the client to the HTTP Adapter,
> but it fails to get picked up by the messaging engine. Here's the error I
> get in the Event Log.
>
> There was a failure executing the receive pipeline:
> "Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "mscorlib" Receive
> Location: "/httpreceive/httpreceive.aspx" Reason: Cannot find the assembly
> Microsoft.BizTalk.Pipeline.Components, Version=3.0.1.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35.
>
> Anyone know what the problem is? The pipeline mentioned above is the
> regular (and default) Xml Receive pipeline. It looks like the adapter is
> unable to locate this pipeline and hence pass along the message to it. Is
> this the case? How do I fix it?
>
>
> Thanks and Merry Christmas!
> Paul
>
| |
| Nabeel Prior 2004-12-24, 2:46 am |
| Sounds as if your orchestration has been enlisted, but not started?
Also, is the receive port bound to the orchestration?
--
Kind Regards,
Nabeel Prior
Web: http://www.brainjar.co.za
Blog: http://www.brainjar.co.za/blog.aspx
"paul" <boloh77@hotmail.com> wrote in message
news:OcQoU9T6EHA.1452@TK2MSFTNGP11.phx.gbl...
>I got past that problem and ran into another one (go figure). Turns out
>that previously I had more than one instance of the same schema deployed.
>Once I made sure that this isn't the case, the message made it into the
>message box.
>
> Problem is... the message is just sitting there saying that it is "ready
> to run". What baffles me is that how did the message make it into the
> message box and not trigger an orchestration? I made sure that the
> schema in the orchestration matches the message sent from the client.
>
> Any suggestions?
>
>
> "paul" <boloh77@hotmail.com> wrote in message
> news:O8WiTeT6EHA.3504@TK2MSFTNGP12.phx.gbl...
>
>
|
|
|
|
|