Search found 5 matches

by barbaClemens
Wed Oct 12, 2016 11:29 am
Forum: Development
Topic: C# and Webservice 2.0 - "ListSubscriberBinding" -> Error
Replies: 8
Views: 12460

Re: C# and Webservice 2.0 - "ListSubscriberBinding" -> Error

For me it's only when I call "ListSubscriberBinding" that I recieve the error I have reported. I have not tested calling all methods in the webservice, but the other methods I'm using/calling seems to work just fine.
by barbaClemens
Wed Oct 12, 2016 11:06 am
Forum: Development
Topic: C# and Webservice 2.0 - "ListSubscriberBinding" -> Error
Replies: 8
Views: 12460

Re: C# and Webservice 2.0 - "ListSubscriberBinding" -> Error

Sorry, I could not reproduce this bug. I used for testing the PHP demo client WS_use_example.php with line var_dump ( $client->ListSubscriberBinding( ["customerID" => "815"] )); for customer 815 and it worked just fine and the response was correct. If I understand you correctly ...
by barbaClemens
Tue Jul 19, 2016 10:52 am
Forum: Development
Topic: C# and Webservice 2.0 - "ListSubscriberBinding" -> Error
Replies: 8
Views: 12460

Re: C# and Webservice 2.0 - "ListSubscriberBinding" -> Error

Hi Eric,

Unfortunately I did not find any solution to this problem. I ended up doing a repository of my own to be able to retrieve data directly from the OpenEMM-database.

//barbaClemens
by barbaClemens
Wed Apr 20, 2016 3:40 pm
Forum: Development
Topic: How to put "mailingID" as part of Unsubscribe-link
Replies: 0
Views: 7529

How to put "mailingID" as part of Unsubscribe-link

I have updated from OpenEMM 2013 to 2015 and in the "Mailing template" I created for OpenEMM 2013 I had a Unsbscribe link that looked like this: <a href="http://www.mydomain.org/newsletteradmin/unsubscribe.aspx?id=[agnDB column="..."]&mailingID=[agnMAILINGID]&lang=[a...
by barbaClemens
Wed Apr 20, 2016 1:55 pm
Forum: Development
Topic: C# and Webservice 2.0 - "ListSubscriberBinding" -> Error
Replies: 8
Views: 12460

C# and Webservice 2.0 - "ListSubscriberBinding" -> Error

I have just updated my VS 2012 solution using/referencing the OpenEMM webserive with the new "OpenEMM Webserive API 2.0. When I try to use the method "ListSubscriberBinding(customerID)" I get the following exception: Unable to generate a temporary class (result=1). error CS0030: Canno...