biztalk - Error in two-way WCF-Port without using Orchestration -


i want pass response wcf biztalk .

my itinerary is

onramp(one way receive port ) ->message transform(mapping) ->uddi resolver ->off ramp(two waysend port)

am calling wcf , getting response ,after getting below error

a response message sent adapter "wcf-basichttp" on receive location: "dynamicresolutiontwoway" uri:"http://pc133056.cts.com/twowayallocation/crmdetailservice.svc" suspended. error details: there failure executing response(receive) pipeline: "microsoft.practices.esb.itinerary.pipelines.itineraryselectsendreceive, microsoft.practices.esb.itinerary.pipelines, version=2.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35" source: "esb itinerary selector" send port: "dynamicresolutiontwoway" uri: "http://pc133056.cts.com/twowayallocation/crmdetailservice.svc" reason: value cannot null. parameter name: config

here getting response wcf, after passing data again , getting above error

how rid of error?

with itinerary select pipeline, don't need configure itinerary selector component of can determine itinerary select?


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -