1

I'm trying to automate getting(posting) data from SAP CRM using my server (cURL/PHP+MSSQL), but have some problems with it.

There is no access allowed except this web interface.

I tried to use cURL, using POST fields from FireBug, but it returned only logon error.

Questions:

  1. Is there any solution or API?

  2. Has anybody tried it?

Thanks.

4

1 回答 1

0

是的,有 API,但您必须更具体地确定您想要什么数据才能说明是否存在满足您需求的特定 API。SOAP Web 服务是一种可以提供您需要的信息的选项,并且有 PHP SOAP 库。您需要与您的 SAP 团队交谈以访问该系统,并且您可能希望更具体地了解您需要访问的确切数据。

如果您的公司有网关,您还可以定义 OData API。当然,也可以使用 SAP 的 HTTP 堆栈定义您自己的 RESTful(或其他)HTTP API。同样,您需要与您的 SAP 团队讨论此问题。

于 2014-09-03T13:50:37.033 回答