Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Biztalk to SAP Problem
- This topic has 1 reply, 1 voice, and was last updated 9 years, 1 month ago by
community-content.
-
AuthorPosts
-
-
March 9, 2009 at 5:56 AM #21860
Hi,
I generate the schema from SAP Idoc using Consume WCF Adapter.
the schema and binding file are generated.
I name my send operation to exactly as the binding file’s.
When I run the application I get the following error.
Event Type: Warning
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5743
Date: 3/9/2009
Time: 2:30:53 PM
User: N/A
Computer: ZAGBLCPTBPM00
Description:
The adapter failed to transmit message going to send port “SAP_ALEAUD_Send” with URL “sap://CLIENT=400;LANG=EN;@a/ZA01SAPDEV00/00?ListenerGwServ=SAPGW00&ListenerGwHost=ZA01SAPDEV00&ListenerProgramId=EPROCUREMENT&RfcSdkTrace=False&AbapDebug=False”. It will be retransmitted after the retry interval specified for this Send Port. Details:”System.Xml.XmlException: Start element ‘Send’ from namespace ‘http://Microsoft.LobServices.Sap/2007/03/Idoc/3/ALEAUD01//620/Send’ expected. Found element ‘ns4:E1ADHDR’ from namespace ‘http://Microsoft.LobServices.Sap/2007/03/Types/Idoc/3/ALEAUD01//620’.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)”.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
-
March 11, 2009 at 12:30 AM #21881
I was suppose to be sending a message with the following schema
<Send>
<idocData/>
</Send>
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.