Search found 6 matches

by zanuda
Fri Feb 27, 2015 8:49 pm
Forum: Using OpenEMM
Topic: Redirect doesn't work
Replies: 1
Views: 3809

Re: Redirect doesn't work

Problem was resolved. I'm not a java programmer, but it's seems to me that the following code in rdir.java sometimes doesn't work properly: if (AgnUtils.getDefaultValue("redirection.status") == null || AgnUtils.getDefaultIntValue("redirection.status") == 302) { res.sendRedirect(f...
by zanuda
Thu Feb 26, 2015 8:06 pm
Forum: Using OpenEMM
Topic: Redirect doesn't work
Replies: 1
Views: 3809

Redirect doesn't work

Hello! I'm using OpenEMM 2013 on Windows Server 2008 and now I discover, that redirect page doesn't work. If I try to click on a link, only internal link like http://<ip_address>:8080/r.html?uid=1.d.n.1z.p4jn50ebmi appears at the browser without redirect. OpenEMM is available on the link http://<ip_...
by zanuda
Tue Sep 30, 2014 8:56 am
Forum: Using OpenEMM
Topic: WebService 2.0 SendMailing problem.
Replies: 8
Views: 10852

Re: WebService 2.0 SendMailing problem.

Hi! This is my request <soap:Body><SendMailingRequest xmlns="http://agnitas.org/ws/schemas"> <mailingID>92</mailingID> <recipientsType>test</recipientsType> <sendDate>2014-09-29T18:23:30</sendDate> </SendMailingRequest></soap:Body> It seems parameters have right names and values, but error...
by zanuda
Fri Sep 26, 2014 3:05 pm
Forum: Using OpenEMM
Topic: WebService 2.0 SendMailing problem.
Replies: 8
Views: 10852

Re: WebService 2.0 SendMailing problem.

Hello! I have the same problem. I try to call SendMailing method with 'test' delivery and receive error 'send date is requarted'. I've tried to substitute fixed values of senddate or use the functions like Now(), the result haven't changed. May be I use the wrong format of the date? Or may be it is ...
by zanuda
Mon Mar 17, 2014 8:51 am
Forum: Using OpenEMM
Topic: Webservices 2.0 - how to activate?
Replies: 3
Views: 5435

Re: Webservices 2.0 - how to activate?

Maybe I've missed something.. I've read Webservice-API_2.0_EN_1.1.2 and OpenEMM_Webservices_1.2.3. We are successfully using now "old" API, it works well. But I cannot understand, how to obtain wsdl contract for new API yet.
by zanuda
Mon Mar 03, 2014 12:12 pm
Forum: Using OpenEMM
Topic: Webservices 2.0 - how to activate?
Replies: 3
Views: 5435

Webservices 2.0 - how to activate?

Hello!

I've succesfully obtain ws.wsdl file, but it contains only 15 method's description (like in API 1.0). How can I generate wsdl-file for Webservices 2.0 API? Is API 2.0 available in Windows version (I've installed windows-based version of OpenEMM)?