Search found 3 matches
- Tue Oct 14, 2008 3:02 pm
- Forum: Using OpenEMM
- Topic: Problem OpenEMM WebService & PHP - SetSubscriberBinding
- Replies: 2
- Views: 4776
Ok... bug found and SQUASHED!!!!! There is a bug in the OpenEMM php Class... The param array isn't filled with all the params, so it provoke a bug... Change it by this one: public function setSubscriberBinding($subscriber_id, $mailinglist_id, $status = 1, $binding_type = 'W', $remark = '', $exit_mai...
- Tue Oct 14, 2008 1:57 pm
- Forum: Using OpenEMM
- Topic: Problem OpenEMM WebService & PHP - SetSubscriberBinding
- Replies: 2
- Views: 4776
- Tue Oct 14, 2008 1:55 pm
- Forum: Using OpenEMM
- Topic: Problem OpenEMM WebService & PHP - SetSubscriberBinding
- Replies: 2
- Views: 4776
Problem OpenEMM WebService & PHP - SetSubscriberBinding
Hi!! I've got a problem with OpenEMM webservices with the SetSubscriberBinding method only. I can call $client->addSubscriber() but when i call $client->setSubscriberBinding() I've got this error message in php: SoapFault No such operation 'setSubscriberBinding' I really don't have a clue how to sol...