Search found 1 match

by MohsenGH7
08 Jul 2017, 15:14
Forum: Developers
Topic: OTRS RPC SOAP Problem With PHP
Replies: 1
Views: 21263

OTRS RPC SOAP Problem With PHP

I Want To Create An Ticket And This Is My Code: url = "http://my_server_ip/otrs/rpc.pl"; // URL for OTRS server $username = "root"; // SOAP username set in sysconfig $password = "toor"; // SOAP password set in sysconfig $typeID = 2; // id from ticket_type table $queueID...