Biztalk to SAP Problem

Home Page Forums BizTalk 2004 – BizTalk 2010 Biztalk to SAP Problem

Viewing 1 reply thread
  • Author
    Posts
    • #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.

    • #21881

      I was suppose to be sending a message with the following schema

      <Send>

      <idocData/>

      </Send>

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.