locked
Error in calling RESTful (Biztalk) service , in Browser RRS feed

  • 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,

    Nilesh


    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

All replies