Home Page › Forums › BizTalk 2004 – BizTalk 2010 › problem consuming web service using wcf-basichttp
- This topic has 4 replies, 1 voice, and was last updated 9 years, 2 months ago by
community-content.
-
AuthorPosts
-
-
July 15, 2009 at 8:01 AM #22856
Hello
I am trying to consume a web service written in vb.net using the wcf-basichttp (I am working with the esb guidance and thats the only adapter for consume web services)
my web service return a 202 accpeted response as its oneway web service
everytime i run my orchstration i keep getting the error:
A message sent to adapter “WCF-BasicHttp” on send port “Orchestrations_1.0.0.0Orchestrations.DynamicOrchOneWay_GenericDynamicPort_0177fe918f6918ee” with URI “http://dev/a/API/Asmx.asmx” is suspended.
Error details: System.ServiceModel.CommunicationException: The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error.
Server stack trace:
at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result)
MessageId: {E4E997AB-FDB9-4182-8825-92E900D69EC5}
InstanceID: {88E762D4-3293-4B77-B33D-762440D55015}
For more information, see Help and Support Center at
Thanks in advance
I
-
July 15, 2009 at 8:04 AM #22857
I must add that the data i send pass serlization successfully and everything the web service needs to do is done,
My only problme is that i have a suspended message in the messagbox with this error
-
July 16, 2009 at 1:54 AM #22861
Thanks to pinhas kolski at http://pinhask.blogspot.com/ I got my solution working
Here are the links:
Problem description:
http://www.pvle.be/2008/12/calling-one-way-wcf-service-with-biztalk-wcf-adapter-part-1/Solution (workaround):
http://www.pvle.be/2008/12/calling-one-way-wcf-service-with-biztalk-wcf-adapter-part-2/http://blogs.msdn.com/sonuarora/archive/2007/05/28/wcf-one-way-services-and-biztalk-wcf-adapter.aspx
Itay
-
July 16, 2009 at 8:24 AM #22866
Hi Itay,
All the credits to Philippe Vlérick – he was the one suggesting the workaround.
Glad I was pointing to the right place.
Best regards
Pinhas Kolsky.
-
-
July 16, 2009 at 1:55 AM #22862
Thanks to pinhas kolski at http://pinhask.blogspot.com/ I got my solution
Here are the links:
Problem description:
http://www.pvle.be/2008/12/calling-one-way-wcf-service-with-biztalk-wcf-adapter-part-1/Solution (workaround):
http://www.pvle.be/2008/12/calling-one-way-wcf-service-with-biztalk-wcf-adapter-part-2/http://blogs.msdn.com/sonuarora/archive/2007/05/28/wcf-one-way-services-and-biztalk-wcf-adapter.aspx
Itay
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.