积极答复者
请问有谁做过SAP Call Biztalk的应用?或者有相关例子?

问题
答案
-
在客户遇到同样的情形,当时的解决办法是需要创建SAP的Web Service。 SAP 的Web Service 分为ABAP and Java Web Services。
创建Web Service
方法1. T-Code: SE80 选择Package,然后右击在菜单中选择,Create ® Enterprise Services / Web Services ® Web Service.
方法2. T-CODE :SE37 选择一个function module,显示,菜单,Utilities ® More Utilities ® Create Web Service ® From the Function Moduleor From the Function Group
方法3.T-CODE:BAPI BAPI Explorer
全部回复
-
没有用过SAP,但是看你问题的描述,SAP端似乎可以调用外部的WCF服务。biztlak可以把orchestration的接收端口对外发布为web services或者WCF services。具体参考biztalk帮助文档:发布为web servicesMicrosoft BizTalk Server 2006 R2 Help > Development > Developing BizTalk Server Applications > Using Web Services > Publishing Web Services >发布为WCF services
-
嗯。发布wcf相关步骤我做了,现在sap那边调用wcf有点问题,找不到怎么入手,在msdn给的文档上面说的很模糊
我再试试吧
金剑忠 写: 没有用过SAP,但是看你问题的描述,SAP端似乎可以调用外部的WCF服务。biztlak可以把orchestration的接收端口对外发布为web services或者WCF services。具体参考biztalk帮助文档:发布为web servicesMicrosoft BizTalk Server 2006 R2 Help > Development > Developing BizTalk Server Applications > Using Web Services > Publishing Web Services >发布为WCF services -
你好
在Microsoft BizTalk Adapter 3.0 for mySAP Business Suite Help > Development > Developing BizTalk Applications >
的有一个例子 Receiving Inbound RFC Calls by Using BizTalk Server
有提到,但是我做到WCF Adapter配置uri的时候一直报错。
提示保存属性时出错
Secle 写: RFC、IDOC一般是被动接收参数再返回结果,
如果要实现SAP到BizTalk的调用,可以考虑使用SAP端的数据输出功能,然后再让BizTalk的去捕获并处理,必要的时候可以使用SAP .NET Connector进行中间处理,这样是肯定可行的。
至于您说的WCF,我知道从WCF到SAP是可以的,,但SAP能否支持WCF调用没有做过测试,不一定可行。
-
在客户遇到同样的情形,当时的解决办法是需要创建SAP的Web Service。 SAP 的Web Service 分为ABAP and Java Web Services。
创建Web Service
方法1. T-Code: SE80 选择Package,然后右击在菜单中选择,Create ® Enterprise Services / Web Services ® Web Service.
方法2. T-CODE :SE37 选择一个function module,显示,菜单,Utilities ® More Utilities ® Create Web Service ® From the Function Moduleor From the Function Group
方法3.T-CODE:BAPI BAPI Explorer -
请参考 Microsoft BizTalk Adapter 3.0 -> Receiving Inbound RFC Calls by Using BizTalk Server
http://msdn.microsoft.com/en-us/library/cc185318.aspx
-
how to trgger a biztalk orchestration from sap
http://msdn.microsoft.com/en-us/library/ms942196.aspx