Get System log errors via API

English! place to talk about development, programming and coding
Post Reply
rootuser
Znuny newbie
Posts: 7
Joined: 19 Feb 2015, 18:35
Znuny Version: OTRS free 4.0.5
Real Name: Tom

Get System log errors via API

Post by rootuser »

Hello,

I am using the SOAP API within PHP, and basically all is working well.
What I am missing though is an error message if something goes wrong. Whenever I send a faulty SOAP request, an error will be issued to the system log, like "User already exists 'test'!" or "Email already exists!"
Alas, these messages are not sent via SOAP, and I can only guess if my command has been successful.

Does anybody have a solution for this?

Thank you,
regards, Tom
Post Reply