
Hi James, James Morgan wrote:
Check the mailing list archive - I posted a script that creates a new TN, opens a new ticket, adds an article and links it to another ticket. It's in PHP, too.
James.
found that and tried it. Same error. Even on the init of the soapclient I get that error, so in your code on: $soapclient = new SoapClient(null, array('location' => $otrs_url, 'uri' => "Core", 'trace' => 1, 'login' => $otrs_user, 'password' => $otrs_pass, 'style' => SOAP_RPC, 'use' => SOAP_ENCODED)); I suspect that: a) my PHP is broken (phpinfo says soap is active) b) perl SOAP is broken somewhere (soap::lite is installed) c) otrs is broken somewhere Arnold.