(Maybe) Bug: insertContent
Posted: Thu Sep 18, 2008 8:56 pm
Hi,
I also would like to confirm as per another post on this forum that this call doesn't work in 5.5.1. It throws a soap exeption:
I also would like to confirm as per another post on this forum that this call doesn't work in 5.5.1. It throws a soap exeption:
Code: Select all
$params = array ( 'username' => (string) $this->loginCredential['login'],
'password' => (string) $this->loginCredential['password'],
'mailingID' => (int) $mailing_id,
'blockName' => (string) $block_name,
'blockContent' => (string) $block_content,
'targetID' => array($target_id),
'priority' => (int) $priority
);
$soap_result = $this->soapClient->__soapCall('insertContent', $params);