Has any one tried to use SOAP to allow ISPConfig to Create, Edit And Delete Users From OTRS. Im new at this whole soap thing, any help would be great! thanks!~
Hotwire - what are you trying to achieve and why? We use ISPconfig and OTRS but don't have any relationship between them.
Im trying to have it so that my ispconfig customers dont need to re-register to use OTRS, like one fluid system.
This is one of the procedure-calls for php: --- $client = new SoapClient(null, array('location' => "url/otrs/rpc.pl", 'uri' => "Core", 'trace' => 1, 'login' => "user", 'password' => "passwort", 'style' => SOAP_RPC, 'use' => SOAP_ENCODED)); --- But I think, it must be a file-include for "new SoapClient". But what must be included?