0

Can I use TIBCO General Interface with PHP? Or better, with CakePHP? If it's possible, how can I do that? Maybe some documentation in the web? (I search but I don't find anything). Thanks.

segaco
  • 1,226
  • 5
  • 19
  • 30

1 Answers1

0

Yes, a PHP application can generate all of the data formats which GI uses, such as raw XML, JSON, or SOAP.

Have a look here: http://uk.php.net/soap to get started writing PHP-based web services

mysomic
  • 1,546
  • 3
  • 21
  • 34