Dealing with soap api for new task, php example code doesnt work for me.

Anonymous
Not applicable

Dealing with soap api for new task, php example code doesnt work for me.

Hi.

Can someone please let me know if the php example on

http://developers.marketo.com/documentation/soap/getleadchanges/

actually works ?

I can use other demo code, but apparently thats the one I need (am trying to access a custom field value via a Marketo Lead ID and was informed this was the function I was supposed to use ) to get the job done for a new task I'm doing.

It doesnt error out or actually respond at all. browser just stays on "connecting" the whole time.

The only things in the code I've changed are the

$marketoSoapEndPoint     = "";  // CHANGE ME
$marketoUserId           = "";  // CHANGE ME
$marketoSecretKey        = "";  // CHANGE ME


and again on other example code pages its fine, just not this one. Is the code operational for anyone else ? do I need to use different values ? This is a blocker and I'm having trouble identifying the issue when the system just plain doesnt respond.

Thanks.
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Dealing with soap api for new task, php example code doesnt work for me.

I am not sure since I have not heard of any other errors with this code sample. Are you running the code with "debug = true"?

Since you are trying to get a lead with a custom field, you can use the Get Lead by ID REST API