English 中文(简体)
利用URL与远程网络服务连接SAP
原标题:Connecting SAP to remote webservices using cURL

我曾进行过一些研究,似乎无法很好地掌握我所需要的信息。 我们的软件提供一台公共复印机(网络服务),我们的客户可以通过URL使用HTTPS电话。 我们的许多客户都使用SAP,我最诚实地知道这与什么无关(在我们的船员中没有人知道)。

我试图把这些客户需要做些什么来轻松地与我们的网络服务进行沟通。 会计准则客户有哪些要求? 我宣读了关于SAP网站服务框架的比喻,但似乎我需要这样做。

是否简单地以能够通过URL连接远程网络服务的任何语文建立或使用现有的SAP模块?

我能否在那里找到任何宝贵的文件,我可以/应该读到?

最佳回答

我不敢肯定你是否像这一回答一样,但我要说一下:

如果“网络服务”是指你的SOAP/WSDL,那么从技术上来说,应当能够产生一些便利与你的申请进行沟通的线索。 如果你再次谈论教育、科学和技术,或者说一些 home,那就只能做更多的工作,但还是有可能。 The s a example available in theAP help Portal. (顺便指出,“某些语言”是指ABAP。)

HOWEVER:你将需要在你重新感兴趣的领域(材料管理、销售)拥有SAP经验的人。 或许需要有人在SAP系统中编造一些比目和零件,使接口发挥作用,否则客户在OR之间都需要某种通信服务器。 除非你去找一个客户,让你在自己的系统中玩.并取得经验,否则,你也需要安装SAP。

Unfortunately, the big picture might be even bigger than you imagine...

EDIT:如果你想要了解ABAP是什么,,答案可能是一个起点。

问题回答

为了将SAP系统与其他系统连接起来,考虑采用SAPNetWeaver工艺一体化(SAP PI)。 它是面向服务的结构(SOA)

https://en.wikipedia.org/wiki/SAP_Net Weaver_Process_Integration” rel=“nofollow”

SAP calls PI an integration broker because it mediates between entities with varying requirements in terms of connectivity, format, and protocols. According to SAP, PI reduces the TCO by providing a common repository for interfaces. The central component of SAP PI is the SAP Integration Server, which facilitates interaction between diverse operating systems and applications across internal and external networked computer systems.

PI is built upon the SAP Web Application Server.





相关问题
IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

ASP.net web services

I am using a web service which sets the Thread.CurrentPrincipal object while logging in and soon later when another webmethod of the same web service accesses Thread.CurrentPrincipal, its different/...

Unity Container Disposing and XML Web Service

I am registering some wrapers over un-managed objects in container. How can I dispose of them at the end of the container s lifetime? Please bear in mind I have an XML Web service.

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...