Hi
Sorry please neglect that that line, its from my code (php)
Thank You
Abin
Search found 16 matches
- Sun Oct 11, 2015 5:29 pm
- Forum: Development
- Topic: SendMailing webservice api issue
- Replies: 3
- Views: 5438
- Thu Oct 08, 2015 3:07 pm
- Forum: Development
- Topic: SendMailing webservice api issue
- Replies: 3
- Views: 5438
SendMailing webservice api issue
Hi
I am having a small issue with sendmailing function in the webservice api.
After setting up a mailing by the following steps
step 1 createContentModule
step 2 saveContentModuleContent
create mailing
step 3 AddMailing (Here I am adding two texts for html and text version)
$data = array ...
I am having a small issue with sendmailing function in the webservice api.
After setting up a mailing by the following steps
step 1 createContentModule
step 2 saveContentModuleContent
create mailing
step 3 AddMailing (Here I am adding two texts for html and text version)
$data = array ...
- Tue Sep 15, 2015 6:45 am
- Forum: Development
- Topic: addMailingBindings gives error "No plain-text version avail"
- Replies: 0
- Views: 4135
addMailingBindings gives error "No plain-text version avail"
Hi
I am trying to add template to mailing.
What I am doing is like.
$htmlBlockName = "emailHtml";
$data = array(
"mailingID" => $mailingid,
"blockName" => $htmlBlockName,
"targetID" => 0,
"content" => "This is html text content.",
"order" => 1
);
$client->client->AddContentBlock($data ...
I am trying to add template to mailing.
What I am doing is like.
$htmlBlockName = "emailHtml";
$data = array(
"mailingID" => $mailingid,
"blockName" => $htmlBlockName,
"targetID" => 0,
"content" => "This is html text content.",
"order" => 1
);
$client->client->AddContentBlock($data ...
- Sun Aug 30, 2015 11:17 am
- Forum: Development
- Topic: Unsubscribe link not working
- Replies: 3
- Views: 5946
Unsubscribe link not working
Hi
Can any one please help on fixing the unsubscribe link.
The tags I am using is based on the below page
http://gael-garcia.fr/massmail/openemm/webapps/manual/en/html/index.html?appendix_a_agnitas_tags.htm
ie Tag to unsubscribe the user i am using [agnUNSUBSCRIBE]
This correctly shows the ...
Can any one please help on fixing the unsubscribe link.
The tags I am using is based on the below page
http://gael-garcia.fr/massmail/openemm/webapps/manual/en/html/index.html?appendix_a_agnitas_tags.htm
ie Tag to unsubscribe the user i am using [agnUNSUBSCRIBE]
This correctly shows the ...
- Tue Jul 21, 2015 7:25 am
- Forum: Development
- Topic: Token or Username Invalid error
- Replies: 0
- Views: 4676
Token or Username Invalid error
Hi
Thank You for your help so for.
Please can anyone help me debug this error
com.sun.xml.wss.impl.WssSoapFaultException: Authentication of Username Password Token Failed; nested exception is com.sun.xml.wss.XWSSecurityException: com.sun.xml.wss.impl.WssSoapFaultException: Authentication of ...
Thank You for your help so for.
Please can anyone help me debug this error
com.sun.xml.wss.impl.WssSoapFaultException: Authentication of Username Password Token Failed; nested exception is com.sun.xml.wss.XWSSecurityException: com.sun.xml.wss.impl.WssSoapFaultException: Authentication of ...
- Fri Jul 17, 2015 5:28 pm
- Forum: Development
- Topic: Using RemoteContentModuleManager
- Replies: 0
- Views: 4759
Using RemoteContentModuleManager
Hi
Thank You for your great product and so far I have implemented it successfully. Now I am at the final stage of using the api and stuck really bad in a situation.
I am trying to do a use this wsdl file
localhost:8080/cms_services/RemoteContentModuleManager?wsdl
I am trying to use
void ...
Thank You for your great product and so far I have implemented it successfully. Now I am at the final stage of using the api and stuck really bad in a situation.
I am trying to do a use this wsdl file
localhost:8080/cms_services/RemoteContentModuleManager?wsdl
I am trying to use
void ...
- Thu Jul 16, 2015 9:01 pm
- Forum: Installation & Upgrades
- Topic: OpenEMM 2015 image preview and upload content manager
- Replies: 17
- Views: 19195
Re: OpenEMM 2015 image preview and upload content manager
This is my request being send, if that would help.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://mock.dataaccess.utils.cms.agnitas.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><wsse:Security xmlns:wsse="http://docs ...
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://mock.dataaccess.utils.cms.agnitas.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><wsse:Security xmlns:wsse="http://docs ...
- Thu Jul 16, 2015 4:22 pm
- Forum: Installation & Upgrades
- Topic: OpenEMM 2015 image preview and upload content manager
- Replies: 17
- Views: 19195
Re: OpenEMM 2015 image preview and upload content manager
Thank You for your reply.
But can you please help me understand how to use this "ArrayOf_xsd_anyType" in code below "http://mock.dataaccess.utils.cms.agnitas.org" this gives me a not found error :(
$newmailins = [];
foreach ($mailingIds as $mailingId){
$newmailins[] = new SoapVar( $mailingId ...
But can you please help me understand how to use this "ArrayOf_xsd_anyType" in code below "http://mock.dataaccess.utils.cms.agnitas.org" this gives me a not found error :(
$newmailins = [];
foreach ($mailingIds as $mailingId){
$newmailins[] = new SoapVar( $mailingId ...
- Thu Jul 16, 2015 1:34 pm
- Forum: Installation & Upgrades
- Topic: OpenEMM 2015 image preview and upload content manager
- Replies: 17
- Views: 19195
Re: OpenEMM 2015 image preview and upload content manager
Hi
Thank You for all your help going very good with the api so for. But I am stuck with the content Manager api
I am using this file /cms_services/RemoteContentModuleManager?wsdl
but when trying to use the code below(PHP)
$newmailins = [];
foreach ($mailingIds as $mailingId){
$newmailins ...
Thank You for all your help going very good with the api so for. But I am stuck with the content Manager api
I am using this file /cms_services/RemoteContentModuleManager?wsdl
but when trying to use the code below(PHP)
$newmailins = [];
foreach ($mailingIds as $mailingId){
$newmailins ...
- Tue Jun 23, 2015 4:48 pm
- Forum: Installation & Upgrades
- Topic: OpenEMM 2015 image preview and upload content manager
- Replies: 17
- Views: 19195
Re: OpenEMM 2015 image preview and upload content manager
Hi
Can you please let me know why this function is mentioned as EMM only
MailingSummaryStatisticJob (EMM only)
I would like to use it if possible in my OpenEmm 2015
Can you please let me know why this function is mentioned as EMM only
MailingSummaryStatisticJob (EMM only)
I would like to use it if possible in my OpenEmm 2015
- Sat Jun 20, 2015 9:40 am
- Forum: Installation & Upgrades
- Topic: OpenEMM 2015 image preview and upload content manager
- Replies: 17
- Views: 19195
Re: OpenEMM 2015 image preview and upload content manager
Thank You
WS2 working fine now
WS2 working fine now
- Fri Jun 19, 2015 6:38 pm
- Forum: Installation & Upgrades
- Topic: OpenEMM 2015 image preview and upload content manager
- Replies: 17
- Views: 19195
Re: OpenEMM 2015 image preview and upload content manager
Thank You
I have changed my wsdl file based on the new api
As in the example file I executed code
===============================================
include("WSSESoapClient.php");
// URL of the WSDL document. Modify that for your environment
$wsdlURL = "http://localhost:8080/openemm-ws ...
I have changed my wsdl file based on the new api
As in the example file I executed code
===============================================
include("WSSESoapClient.php");
// URL of the WSDL document. Modify that for your environment
$wsdlURL = "http://localhost:8080/openemm-ws ...
- Fri Jun 19, 2015 3:39 pm
- Forum: Installation & Upgrades
- Topic: OpenEMM 2015 image preview and upload content manager
- Replies: 17
- Views: 19195
Re: OpenEMM 2015 image preview and upload content manager
I am facing an issue now
when trying to use webservices I am getting an error "Could not connect to host"
when I try to run ./EmmSoapClient.sh
i get error
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger
at org.agnitas.webservice.EmmSoapClient.<clinit ...
when trying to use webservices I am getting an error "Could not connect to host"
when I try to run ./EmmSoapClient.sh
i get error
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger
at org.agnitas.webservice.EmmSoapClient.<clinit ...
- Thu Jun 04, 2015 7:28 pm
- Forum: Installation & Upgrades
- Topic: OpenEMM 2015 image preview and upload content manager
- Replies: 17
- Views: 19195
Re: OpenEMM 2015 image preview and upload content manager
Thank You
Updated to OpenEMM 2015 final release and everything is fine now.
Updated to OpenEMM 2015 final release and everything is fine now.
- Thu Jun 04, 2015 8:19 am
- Forum: Installation & Upgrades
- Topic: OpenEMM 2015 image preview and upload content manager
- Replies: 17
- Views: 19195
Re: OpenEMM 2015 image preview and upload content manager
Okay so should I follow the update.txt.
This is what I see in the log file
Caused by: java.lang.NoSuchMethodException: Unknown property 'cm' on class 'class org.agnitas.cms.web.forms.ContentModuleForm'
at org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1313 ...
This is what I see in the log file
Caused by: java.lang.NoSuchMethodException: Unknown property 'cm' on class 'class org.agnitas.cms.web.forms.ContentModuleForm'
at org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1313 ...
