Skip to content
Advertisement

How to parametrize a PHP Soap call – Taleo

I need to get the entities list from Taleo WS. I got a working soap xml example but I don’t know how to parametrize the php soap call. Can anyone give me a hint?

The request is the following

JavaScript

So far I produced this code

JavaScript

I get a “Not enough message parts were received for the operation.” error as a response.

Thanks

Advertisement

Answer

Its little bit tricky since taleo soap documentation is poor. I spend few days investigating it and still have a lot to do. Here is one basic example that can help:

JavaScript

I hope this will help you.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement