Page 1 of 1

input arguments for addMailingBindings( $id, $mailingIds )

Posted: Thu Jul 16, 2015 1:20 pm
by iamjagseergill
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

Re: input arguments for addMailingBindings( $id, $mailingIds

Posted: Thu Aug 06, 2015 7:03 am
by iamjagseergill
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