如何使用 PHP SOAP 访问 SAP Erecruitment 数据库
我们的团队正在 SAP 上工作,并获得一个用 PHP 和 MySQL 编写的网站前端,以连接 SAP 上的招聘数据库...... 我们已经尝试过制作 SOAP 客户端和所有内容,但似乎我们遗漏了一些东西..确保它们可以在有或没有 wsdl 的情况下同步的步骤是什么..
Our team is working on SAP and getting a website frontend written with PHP and MySQL to connect with the recruitment database on SAP ...
we've tried making SOAP clients and everything but it seems we're missing something.. what are the steps to ensure that they can synchronize with or without a wsdl..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
标准 PHP SOAP 模块一直对我有用... http://no.php.net/manual/en/function.soap-soapclient-construct.php
The standard PHP SOAP module has always worked for me.... http://no.php.net/manual/en/function.soap-soapclient-construct.php
使用 RFC 可能更有意义,这样
您不需要为功能模块或组创建 Web 服务
适配器链接:http://saprfc.sourceforge.net/home.php
购买本书的链接:http://www .sap-press.com/product.cfm?account=&product=H1908
it might make more sense to use RFC's instead, that way
You dont need to create web services for function modules or groups
Link for the adapter : http://saprfc.sourceforge.net/home.php
Link for buying the book : http://www.sap-press.com/product.cfm?account=&product=H1908