Question
Using Tokens with requestCampaign soap API call
Hi All
I'm trying to send token value in the requestCampaign SOAP API call.
Following is the array which is generated for token:
Thanks
Himanshu
I'm trying to send token value in the requestCampaign SOAP API call.
Following is the array which is generated for token:
[programTokenList] => ArrayOfAttrib Object
(
[attrib] => Array
(
[0] => Attrib Object
(
[name] => {{my.Subject}}
[value] => Here are the NOTES
)
)
)
When I run the script it gives the following error.
When I run the script it gives the following error.
Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Client] 20114 - Bad parameter
SoapClient->__soapCall('requestCampaign', Array, Array, Object(SoapHeader))
Marketo->request('requestCampaign', Object(stdClass))
What could be the reason for this, and how can I fix it.
What could be the reason for this, and how can I fix it.
Thanks
Himanshu