|
myur -> Web service problem BizTalk 2006 (18 October 2007)
|
Hi I am trying to call a web service from orchestration in BizTalk 2006. Web service takes no of parameters and returns a dataset. I am facing a problem while calling a web service. It gives me error while returning the response back to orchestration. Following is the detailed error that I see in event log. Event Type: Error Event Source: XLANG/s Event Category: None Event ID: 10035 Date: 10/18/2007 Time: 1:45:37 PM User: N/A Computer: BIZ2007-DEV Description: Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'ADcall.webCall(7ef79ea7-a282-95b5-fd34-0a65ece2d4af)'. The service instance will remain suspended until administratively resumed or terminated. If resumed the instance will continue from its last persisted state and may re-throw the same unexpected exception. InstanceId: bbdc17f3-4c06-41b8-b00c-6952463c5a8f Shape name: ShapeId: Exception thrown from: segment -1, progress -1 Inner exception: The XLANG/s message has no part at index '0'. The total number of parts found in the message is '0'. If you expect a multipart message, check that the pipeline supports multipart messages such as MIME. Exception type: MissingPartException Source: Microsoft.XLANGs.BizTalk.Engine Target Site: Void ReadMessageState(Microsoft.XLANGs.Core.Envelope, Microsoft.XLANGs.BaseTypes.XLANGMessage) The following is a stack trace that identifies the location where the exception occurred at Microsoft.BizTalk.XLANGs.BTXEngine.BTXXlangStore.ReadMessageState(Envelope env, XLANGMessage msg) at Microsoft.BizTalk.XLANGs.BTXEngine.BTXPortBase.ReceiveMessage(Int32 iOperation, Envelope env, XLANGMessage msg, Correlation[] initCorrelations, Context cxt, Segment s) at ADcall.webCall.segment1(StopConditions stopOn) at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s, StopConditions stopCond, Exception& exp) For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. I tried writing piece of .net code to call web service. I called that .net code from BizTalk it gives me same error . But when I tried calling it from standalone windows application , it works perfectly fine!!!! Don’t see any issue with web service. can any one help me with this? does Web Service need to be on default port (80)?
|
|
|
|