我们的团队正在研究 SAP,并获得一个用 PHP 和 MySQL 编写的网站前端,以连接 SAP 上的招聘数据库......我们已经尝试制作 SOAP 客户端和一切,但似乎我们遗漏了一些东西......步骤是什么以确保它们可以在有或没有 wsdl 的情况下同步。
问问题
1204 次
2 回答
1
The standard PHP SOAP module has always worked for me.... http://no.php.net/manual/en/function.soap-soapclient-construct.php
于 2008-10-14T13:17:25.313 回答
0
以这种方式使用 RFC 可能更有意义
- 项目清单
- 没有编组和解组
- 您可以使用标准交付和支持的 SAP 代码
您不需要为功能模块或组创建 Web 服务
适配器链接:http ://saprfc.sourceforge.net/home.php
买书链接: http: //www.sap-press.com/product.cfm?account=&product=H1908
于 2008-11-20T19:05:31.957 回答