Hi.
I have a program written in PHP under linux were users using their browser, can create tickets. Now i need to send those tickets to the Remedy server version 5.
What is the best way of doing this?
I downloaded the ARSPHP API, but i can't compile it since i don't know were to find Remedy API for Linux, any idea were i can get it?
Should i use ARSP Perl, or would it be better to publish the remedy form using Web Services and then in PHP, using SOAP, access the WSDL file and comunicate with remedy? I read in remedy white papers that this would be possible (at least i got that idea) but i can't find more resources about this subject.
All help/sugestions are appreciated.