doubledutch
Joined: 21 Aug 2008 Posts: 15
|
Posted: Thu Sep 18, 2008 7:56 pm Post subject: (Maybe) Bug: insertContent |
|
|
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:
| Code: | $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);
|
|
|