ISPConfig And OTRS

Discussion in 'General' started by Hotwire, Apr 2, 2007.

  1. Hotwire

    Hotwire New Member

    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!~ :confused:
     
  2. Hotwire

    Hotwire New Member

    Bump!

    I really need this to work together.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    I'm sorry, but I've never used OTRS, so I can't help you here.
     
  4. robd

    robd New Member

    Hotwire - what are you trying to achieve and why? We use ISPconfig and OTRS but don't have any relationship between them.
     
  5. Hotwire

    Hotwire New Member

    Im trying to have it so that my ispconfig customers dont need to re-register to use OTRS, like one fluid system.
     
  6. hahni

    hahni New Member

    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?
     

Share This Page