Search found 11 matches

by jacpad
Wed Jan 14, 2009 11:00 am
Forum: Suggestions
Topic: WebService Documentation
Replies: 1
Views: 7440

WebService Documentation

Hi all, not sure if this is the right forum to post this... I am working with the web service to feed my OpenEMM installation. I was wondering how to insert an entry as a subscriber for a HTML newsletter. After I checked the database structure I realized that I need a parameter 'mailtype' set to '1'...
by jacpad
Tue Jan 13, 2009 3:56 pm
Forum: Using OpenEMM
Topic: Problem with Subscriber Binding
Replies: 3
Views: 4327

problem solved

Hi and sorry for the delay. I have solved the problem - the binding was inserted with mediatype=SMS. That caused the behavior I described above. I think the behavior is not accurate as user has no idea that the subscriber is setup to receive messages as SMS - or do I miss something ? Best regards pa...
by jacpad
Wed Jan 07, 2009 12:06 pm
Forum: Using OpenEMM
Topic: Problem with Subscriber Binding
Replies: 3
Views: 4327

It's an error

Hi again, after a little holyday I continue my work and now 'm sure this behaviour is an error. If I setup a mailing with this list none of my contacts is fetched - the statistics told me no mail would be send. Is somebody else using the SOAP interface to import data and sharing my problem ? Thanks ...
by jacpad
Wed Dec 17, 2008 4:52 pm
Forum: Using OpenEMM
Topic: Problem with Subscriber Binding
Replies: 3
Views: 4327

Problem with Subscriber Binding

Hi all, I have written an import via the soap service for our contacts (addSubscriber/setSubscriberBinding). I bind all to one mailing list and there is the problem. In the recipient overview everything is fine, if I choose the mailing list he tells me all my contacts are there. But in the detail vi...
by jacpad
Mon May 05, 2008 9:59 am
Forum: Bugs, bug fixes & releases
Topic: Problem with SOAP call addSubscriber
Replies: 1
Views: 6622

Problem with SOAP call addSubscriber

Hi all, I tried to import a lot of subscribers via the SOAP interface. This was broken after ~5000 inserts with this error message in redirection_stderr.log: org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Cannot open connection; uncategorized SQLException for SQL [???]; SQL...
by jacpad
Fri May 02, 2008 12:01 pm
Forum: Bugs, bug fixes & releases
Topic: Adding subsribers via soap - date format problem
Replies: 10
Views: 17535

This is looking very good - yes, the date values are inserted correctly now.
Thanks to you and the developers for the fast reponse on this issue.

Best regards
Patrik
by jacpad
Wed Apr 30, 2008 3:28 pm
Forum: Bugs, bug fixes & releases
Topic: Adding subsribers via soap - date format problem
Replies: 10
Views: 17535

ok - so here is my request: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:agnitas-webservice" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi=&...
by jacpad
Wed Apr 30, 2008 2:36 pm
Forum: Bugs, bug fixes & releases
Topic: Adding subsribers via soap - date format problem
Replies: 10
Views: 17535

As I wrote in my edit - sorry I didn't see your answer that moment - the date values are not written to the database. I could post or send the soap request. Or maybe is there a switch to log everything ?
by jacpad
Wed Apr 30, 2008 1:26 pm
Forum: Bugs, bug fixes & releases
Topic: Adding subsribers via soap - date format problem
Replies: 10
Views: 17535

Thanks a lot, this is the information I was looking for. I couldn't find it in any documentation. ma == best :) edit: Looks like the webservice doesn't want my dates anyway. I tried like you wrote (including time parameter), but none of the dates where written to the database and I didn't even get a...
by jacpad
Tue Apr 29, 2008 2:01 pm
Forum: Bugs, bug fixes & releases
Topic: Adding subsribers via soap - date format problem
Replies: 10
Views: 17535

Thanks, but the documentation does not mention the format for a user defined date type field. Only the parameter type for the soap call (StringArrayType) is given.
by jacpad
Tue Apr 29, 2008 9:37 am
Forum: Bugs, bug fixes & releases
Topic: Adding subsribers via soap - date format problem
Replies: 10
Views: 17535

Adding subsribers via soap - date format problem

Hi all, I have a problem adding subscribers with user defined fields to our system via the webservice. The subsribers are successfully added to the DB, but the fields with type date seems to be ignored. I tried some formats now and I want to ask which format the webservice accepts ? Is this document...