如何从 PHP Web 应用程序调用 siebel Web 服务?
我正在开发一个门户,在其中我必须通过已发布的 Web 服务之一从 siebel 呼叫中心应用程序中提取一些数据。 如果有人为示例应用程序提供一些代码片段,我会很高兴。
I am developing a Portal in which i have to pull some data from a siebel Call center application through one of the published web services. I would be glad if some body provides some code snippet for a sample application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
siebel 的所有 Web 服务均采用 SOAP 协议发布,您只需从 siebel 客户端应用程序获取 wsdl > 网络服务> 入境。 例如,从 php 与 php_soap 客户端一起使用它。 下面是一个关于用 php 编写肥皂客户端的示例: php_soap 客户端
我有 java 中的示例, siebel webservices 调用的 python 和 perl,但不适用于 php。 希望能帮助到你。
All web services from siebel are published with SOAP protocol, you only need to get the wsdl from siebel client application > web services > Inbound. Use it from php with php_soap client, for example. Here is an example about writting a soap client in php: php_soap client
I have samples in java, python and perl of siebel webservices invokations but, not for php. Hope it helps.
我不知道这是否可能。 大多数 Siebel 业务层访问只能通过 OLE 或 Java 对象接口实现。 也许如果使用某种集成服务公开访问权限,您就可以做到这一点,例如 MQ 或其他服务。
我简短地说,我没有例子。 它需要拼凑在一起。 如果你弄清楚了,拉维,你就会得到很多钱。 祝你好运,我的朋友!
I don't know if this is even possible. Most of the Siebel business layer access is only doable via OLE or Java object interface. Maybe if access was exposed using an Integration service of sort you could do it, like maybe MQ or something.
I short, I have no example. It would need to be cobbled together. If you figure it out, Ravi, you will be paid much money. Good luck, my friend!