Search found 1 match
- 05 Jan 2011, 18:45
- Forum: Developers
- Topic: SOAP, PHP and TicketFree
- Replies: 6
- Views: 4083
SOAP, PHP and TicketFree
Hi, I have successfully used the OTRS SOAP interface to create a ticket with an article using the code below. # Create a new ticket. The function returns the Ticket ID. $TicketID = $client->__soapCall("Dispatch", array($username, $password, "TicketObject", "TicketCreate"...