Hi I've managed to call the Posting service successfully using my PHP class, I can even list the SOAP methods using the native soapClient __getFunctions() option. But when I try to call getActiveChannels() I get a SOAP fault: authentication failure.
Does getActiveChannels require arguments, and if so how are the arguments constructed?
Hi I've managed to call the Posting service successfully using my PHP class, I can even list the SOAP methods using the native soapClient __getFunctions() option. But when I try to call getActiveChannels() I get a SOAP fault: authentication failure.
Does getActiveChannels require arguments, and if so how are the arguments constructed?
Message edited by Care-UK 3 years ago
Tags