Answered by:
Error in calling RESTful (Biztalk) service , in Browser

Question
-
Hello all,
I have Orchestation which have one Two way port with Two Operation in it one for GetCandidate Details and One for Insert_Candidate, Also have deployed this Orchestration and using WCF-WebHttp (Working with REST) adapter at ReceiveLocation and on property window have added settings as (Configuration -> WCF-WEBHttp Transport Properties window ) :
<BtsHttpUrlMapping>
<Operation Name="Get_PersonalDetail" Method="GET" Url='/GetCandidate/CandidateID' />
<Operation Name="Insert_Candidate" Method="POST" Url='/*' />
</BtsHttpUrlMapping>To expose this as RESTful service in BizTalk ( Exposed Orchestration as REST Service ) using WCF Service publishing Wizard and WCF-WebHttp adapter.
Now I want's to access this RESTful service in browser but I am getting error as follow :
.</Text></Reason>
<text xml:lang="en-AU" xmlns:xml="http://www.w3.org/XML/1998/namespace"><T<Text xml:lang="en-AU">The message with To 'http://corebizapp02.group.local/BizTalkWcfService/Service1.svc/Get_PersonalDetail/1' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher. Check that the sender and receiver's EndpointAddresses agree.</Text></text></Reason>
Any Ides how to access my service in browser ?
I am accessing as : http://localhost:23456/BizTalkWcfService/Service1.svc/Get_PersonalDetail/1
Thanks for help in advance,
Thanks and Regards, Nilesh Thakur.
- Edited by Nitin Surya Wednesday, July 23, 2014 7:59 AM Changed text
Wednesday, July 23, 2014 7:58 AM
Answers
-
Hi,
Please have a look into below article, and please go through by each steps,
Exploring REST Capabilities of BizTalk Server 2013 (Part 1: Exposing REST Endpoints)
Scenario #1: Exposing Synchronous REST Service with Orchestration
Exploring REST Capabilities of BizTalk Server 2013 (Part 2: Consuming REST Endpoints)Scenario #1 Consuming “GET” Service From an Orchestration
Thanks, If my reply is helpful please mark as answer or vote as helpful.
- Proposed as answer by [Kamlesh Kumar]Moderator Friday, December 18, 2015 8:38 AM
- Marked as answer by [Kamlesh Kumar]Moderator Thursday, June 23, 2016 2:46 AM
Tuesday, October 6, 2015 8:51 AMModerator
All replies
-
Hi Nilesh,
Were you able to solve AddressFilter mismatch at the EndpointDispatcher error. Can you share your solution please. I am getting the same error.
Monday, October 5, 2015 2:51 PM -
As you have deployed it as a REST service, test the operations with Postman or SOAPui. Also, try adding "webHttp" EndpointBehaviour in the Receive Location Configuration.
Regards
K
Tuesday, October 6, 2015 6:35 AM -
Hi,
Please have a look into below article, and please go through by each steps,
Exploring REST Capabilities of BizTalk Server 2013 (Part 1: Exposing REST Endpoints)
Scenario #1: Exposing Synchronous REST Service with Orchestration
Exploring REST Capabilities of BizTalk Server 2013 (Part 2: Consuming REST Endpoints)Scenario #1 Consuming “GET” Service From an Orchestration
Thanks, If my reply is helpful please mark as answer or vote as helpful.
- Proposed as answer by [Kamlesh Kumar]Moderator Friday, December 18, 2015 8:38 AM
- Marked as answer by [Kamlesh Kumar]Moderator Thursday, June 23, 2016 2:46 AM
Tuesday, October 6, 2015 8:51 AMModerator