Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4
I can successfully call the url:
http://localhost/HTTPTest/BTSHTTPReceive.dll?sourceMsisdn=1234567.
After call it bellow result show in browser:
<BizTalkHttpReceive>
<CorrelationToken
TokenType=”SUBMIT“>{82AA33FD-4D41-404B-8008-C5871D922F95}</CorrelationToken>
</BizTalkHttpReceive>
But it is not completed because
the message is going to suspended and show routing failure message.
The published message could not be routed
because no subscribers were found. This error occurs if the subscribing
orchestration or send port has not been enlisted, or if some of the message
properties necessary for subscription evaluation have not been promoted. Please
use the Biztalk Administration console to troubleshoot this failure.
And another error show bellow:
This service instance exists to help
debug routing failures for instance
“{470B2F1D-5C64-41DF-B7FB-58C31F7BCEA6}”. The context of the message
associated with this instance contains all the promoted properties at the time
of the routing failure.
Here I used simple a send (File)
and a receive (HTTP) port. The orchestration server can receive message but
show those errors.
Please help me on this.
Thanks
Sarwar