Well. As mentioned - there is a long way to go with this. Are they using SOAP based web services? REST? You may start here; http://php.net/manual/en/book.soap.php Just making an assumption that you will get access to a WSDL but no guarantee. If the web services are REST based look at the how Yahoo recommends handling them (http://developer.yahoo.com/php/howto-parseRestPhp.html) Or maybe look at a REST library like Tonic (http://peej.github.com/tonic/). Or even this IBM article on how to handle Google REST-based feeds: http://www.ibm.com/developerworks/opensource/library/x-gbookapi/index.html?ca=drs-
发布评论
评论(1)
出色地。如前所述 - 这还有很长的路要走。他们使用基于 SOAP 的 Web 服务吗?休息?你可以从这里开始; http://php.net/manual/en/book.soap.php只是假设您将能够访问 WSDL,但不能保证。如果 Web 服务是基于 REST 的,请查看 Yahoo 建议如何处理它们 (http://developer.yahoo.com/php/howto-parseRestPhp.html),或者查看像 Tonic 这样的 REST 库 (http://peej.html)。 github.com/tonic/)。或者甚至是关于如何处理基于 Google REST 的提要的 IBM 文章:http://www.ibm.com/developerworks/opensource/library/x-gbookapi/index.html?ca=drs-
Well. As mentioned - there is a long way to go with this. Are they using SOAP based web services? REST? You may start here; http://php.net/manual/en/book.soap.php Just making an assumption that you will get access to a WSDL but no guarantee. If the web services are REST based look at the how Yahoo recommends handling them (http://developer.yahoo.com/php/howto-parseRestPhp.html) Or maybe look at a REST library like Tonic (http://peej.github.com/tonic/). Or even this IBM article on how to handle Google REST-based feeds: http://www.ibm.com/developerworks/opensource/library/x-gbookapi/index.html?ca=drs-