note the second param XSD_INT
$newmailins[] = new SoapVar( 69 , XSD_INT, 'int', "http://www.w3.org/2001/XMLSchema", "item" );
$result = $childClass->addMailingBindings( 382 , $newmailins );
foud it working
Search found 4 matches
- Thu Aug 06, 2015 7:03 am
- Forum: Using OpenEMM
- Topic: input arguments for addMailingBindings( $id, $mailingIds )
- Replies: 1
- Views: 6273
- Thu Jul 16, 2015 1:35 pm
- Forum: Using OpenEMM
- Topic: can anyone provide me documentation for these functions
- Replies: 1
- Views: 6094
Need documentation for these functions cms_services/RemoteCo
0] => ContentModule getContentModule(int $id) [1] => ArrayOf_xsd_anyType getContentModules(int $companyId) [2] => void deleteContentModule(int $id) [3] => int createContentModule(ContentModule $contentModule) [4] => boolean updateContentModule(int $id, string $newName, string $newDescription, int $n...
- Thu Jul 16, 2015 1:20 pm
- Forum: Using OpenEMM
- Topic: input arguments for addMailingBindings( $id, $mailingIds )
- Replies: 1
- Views: 6273
input arguments for addMailingBindings( $id, $mailingIds )
tried everthing $mailingIds i.e array , json object , strung , int no success
can anyone help in php webservices api.
wsdl file hostname//cms_services/RemoteContentModuleManager?wsdl
can anyone help in php webservices api.
wsdl file hostname//cms_services/RemoteContentModuleManager?wsdl
- Thu Jul 16, 2015 1:16 pm
- Forum: Using OpenEMM
- Topic: can anyone provide me documentation for these functions
- Replies: 1
- Views: 6094
can anyone provide me documentation for these functions
these are under hostname/cms_services/RemoteContentModuleManager?wsdl [0] => ContentModule getContentModule(int $id) [1] => ArrayOf_xsd_anyType getContentModules(int $companyId) [2] => void deleteContentModule(int $id) [3] => int createContentModule(ContentModule $contentModule) [4] => boolean updat...