|
Home > Archive > BizTalk Server > January 2005 > HTTP Reeceive Adapter
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 |
HTTP Reeceive Adapter
|
|
| Syed Hameed 2005-01-03, 5:49 pm |
| Guys,
I need to create a HTTP receive adapter. The sample found in SDK called
HTTPRequestResponse comes with Orchestration exposed as web service. But I do
not need any orcheatration stuff. Can I create and use an HTTP receive
adapter (a receive port with HTTP transport type, virtual directory contains
BTSHttpReceive.dll etc.) without orchestration. I tried as follws:
1) Create a virtual directory
2) Copy the BTSHttpReceive.dll to above virtual directory
3) Create a one-way receive port, add receive location with HTTP as
transport type and /HTTPAdapter/BTSHTTPReceive.dll as address uri.
4) Post a sample document to BTSHttpReceive ISAPI dll.
But it gives the following error:
The Messaging engine failed to process a message submitted by
adapter:BizTalk HTTP Receiver Source URL:/HTTPAdapter/BTSHTTPReceive.dll.
Details:Could not find a matching subscription for the message. . This error
occurs if the subscribed orchestration schedule or send port has not been
started, or if some of the message properties necessary for subscription
evaluation have not been promoted. Please refer to Health and Activity
Tracking tool for more detailed information on this failure
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Any help to resolve this error will be highly appreciated.
Thanks,
Syed.
| |
| Matt Milner 2005-01-04, 2:46 am |
| You need to have something listening for this message. It does not have to
be an orchestration, but a send port with a filter for this message type or
receive port would work. The message you are getting basically says "I got
your message fine, know what type it is, but don't see anyone subscribed to
this message".
Matt
"Syed Hameed" <Syed Hameed@discussions.microsoft.com> wrote in message
news:695456D3-8F5F-4A35-B089-B626F31793D7@microsoft.com...
> Guys,
>
> I need to create a HTTP receive adapter. The sample found in SDK called
> HTTPRequestResponse comes with Orchestration exposed as web service. But I
> do
> not need any orcheatration stuff. Can I create and use an HTTP receive
> adapter (a receive port with HTTP transport type, virtual directory
> contains
> BTSHttpReceive.dll etc.) without orchestration. I tried as follws:
>
> 1) Create a virtual directory
> 2) Copy the BTSHttpReceive.dll to above virtual directory
> 3) Create a one-way receive port, add receive location with HTTP as
> transport type and /HTTPAdapter/BTSHTTPReceive.dll as address uri.
> 4) Post a sample document to BTSHttpReceive ISAPI dll.
>
> But it gives the following error:
>
> The Messaging engine failed to process a message submitted by
> adapter:BizTalk HTTP Receiver Source URL:/HTTPAdapter/BTSHTTPReceive.dll.
> Details:Could not find a matching subscription for the message. . This
> error
> occurs if the subscribed orchestration schedule or send port has not been
> started, or if some of the message properties necessary for subscription
> evaluation have not been promoted. Please refer to Health and Activity
> Tracking tool for more detailed information on this failure
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> Any help to resolve this error will be highly appreciated.
>
> Thanks,
> Syed.
>
| |
| Syed Hameed 2005-01-04, 2:46 am |
| thanks for your suggestion. i created a send port, and it works fine.
"Matt Milner" wrote:
> You need to have something listening for this message. It does not have to
> be an orchestration, but a send port with a filter for this message type or
> receive port would work. The message you are getting basically says "I got
> your message fine, know what type it is, but don't see anyone subscribed to
> this message".
>
> Matt
>
>
> "Syed Hameed" <Syed Hameed@discussions.microsoft.com> wrote in message
> news:695456D3-8F5F-4A35-B089-B626F31793D7@microsoft.com...
>
>
>
|
|
|
|
|