Search found 3 matches

by flambeur
Tue Oct 14, 2008 3:02 pm
Forum: Using OpenEMM
Topic: Problem OpenEMM WebService & PHP - SetSubscriberBinding
Replies: 2
Views: 3845

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 ...
by flambeur
Tue Oct 14, 2008 1:57 pm
Forum: Using OpenEMM
Topic: Problem OpenEMM WebService & PHP - SetSubscriberBinding
Replies: 2
Views: 3845

Here is a copy of my wsdl file


<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="urn:agnitas-webservice" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:agnitas-webservice" xmlns:intf="urn:agnitas-webservice" xmlns ...
by flambeur
Tue Oct 14, 2008 1:55 pm
Forum: Using OpenEMM
Topic: Problem OpenEMM WebService & PHP - SetSubscriberBinding
Replies: 2
Views: 3845

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 ...