
Hi all, I recently discovered the new GenericInterface in OTRS 3.1 which looks very promising! Together with a slightly modified/fixed version of the WSDL file it makes SOAP API calls much easier compared with the old rpc.pl style API. However, it seems like the GenericInterface doesn't provide a way to create a ticket/article and immediately send the article out to the customer. The rpc.pl API allows me to call ArticleSend instead of ArticleCreate to mail the article, the GenericInterface::Ticket::TicketCreate call uses ArticleCreate internally and so doesn't send the article. Is there any way to send an article via the GenericInterface? And if not, are there any plans to implement that feature in the foreseeable future? Cheers, Marcus