views:

653

answers:

2

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.

A: 

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!

sheepsimulator
A: 

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.

zoomer.hammerball