OpenEMM Support Forum Index OpenEMM Support
Use this forum to get and provide free help regarding OpenEMM
 
 TOP   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

(Maybe) Bug: insertContent

 
Post new topic   Reply to topic    OpenEMM Support Forum Index -> Bugs, bug fixes & releases
View previous topic :: View next topic  
Author Message
doubledutch



Joined: 21 Aug 2008
Posts: 15

PostPosted: Thu Sep 18, 2008 7:56 pm    Post subject: (Maybe) Bug: insertContent Reply with quote

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);

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    OpenEMM Support Forum Index -> Bugs, bug fixes & releases All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


SourceForge.net Logo Powered by phpBB © 2001, 2005 phpBB Group