jojo wrote:check the external script which uses the generic interface (as this one adds the article)
Hi jojo,
Thanks for fast reply,
The external script that you're referring is the one that our programmer created in updating the ticket using php code?
or is the script that I imported using YAML in web services (Generic Interface)?
This is the script that our programmer used
Code: Select all
$TicketRequestArray[] = new SoapParam(array(
"From" => "RCOC Engineer Tracker <asset_tracker@myhdsupport.com>",
"Subject" => $subject,
"Body" => $body,
'ContentType' => 'text/plain; charset=ISO-8859-15',
// "MimeType" => 'text/html',
// "Charset" => 'utf-8'
), "Article");
Thanks!