 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Adam Trachtenberg's Blog: PHP SOAP vs. SDO
by Chris Cornutt October 13, 2006 @ 07:06:47
In his latest blog post, Adam Trachtenberg looks into the world of web services and comes out with three topics - SOAP, axis2, and SDO. He chooses to focus, though, on the last of these after working with it to really get a feel for what it can do.
n my role as eBay Platform Evangelist, I spend a lot of time exploring different XML technologies. SOAP is obviously the big one. No, it's not PEAR::SOAP or NuSOAP; it's axis2.
He talks a bit about what axis2 is and the need it fills in the web services world. He also talks about how it's been developed (not copied after SOAP, but more of a fresh start that happens to do the same things). After this quick look at axis2, though, he gets into the head of the post - SDO.
The other PHP XML extension I've been hearing a lot about is SDO. SDO is an attempt to provide a standard data interface regardless of the backend datasource. So, for example, you can interact with XML data in the exact same manner as information pulled from your database.
Adam decided to give it a try and see how it interacted with the eBay API with some simple code examples. The first of which looks through eBay Motors and finds the title and mileage for each of the items grabbed. It worked well, and didn't require too much more development than the SOAP predecesor, but there were a few quirks that made things a bit more difficult (like SDO's inability to completely consume a WSDL file and understand a SOAP service's functionality).
voice your opinion now!
soap web service sdo axis2 example ebay api motors soap web service sdo axis2 example ebay api motors
Community News: Web APIs with PHP Book Released
by Chris Cornutt August 28, 2006 @ 13:13:00
It's the book everyone's talking about and the entire PHP community should by! Okay, really, there's a few blog posts about it, but it's definitely not one to pass up if you need a quality recource on using web APIs in PHP - Paul Reinheimer's "Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds".
Chris Shiflett comments on his blog that, though he hasn't read it yet:
I know Paul has been working on it for well over a year, and it has already received a positive review from Nathan Smith.
The review gives praise to the book, noting that it provides good examples and helpful tutorials for each of the APIs talked about. The book covers its subject well without trying to "spread itself too thin" by including too much and not focusing on its core - APIs like eBay, Google, FedEx, Flickr, even the National Weather Service.
Even Paul himself comments on the occasion, mentioning what his intentions for the book were and how it changed along the way.
voice your opinion now!
book release web api google ebay weather flicker review book release web api google ebay weather flicker review
Zend Developer Zone: 30 Minutes with Adam Tracthenberg
by Chris Cornutt August 07, 2006 @ 07:58:32
On the Zend Developer Zone today, Cal Evans shares another interview he did at this year's OSCON in Oregon, this time with Adam Tracthenberg.
Adam is the senior manager of Platform Evangelism at eBay. His job is to communicate to developers all the cool things possible with eBay's web services. We sat for a half-hour to discuss PHP, eBay, where things are and where they are going. Here's what he had to say.
They talk about how Adam got into both PHP and made his way to eBay, a glimpse into the eBay web services API, some talk about Adam's book, and what he sees for the future of PHP and its community.
And, of course, what would an interview be without a "fun" question - Cal asks Adam about his favorite technology right now, but you'll have to check out the interview for the answer to that question.
voice your opinion now!
internview oscon2006 adam tracthenberg ebay webservices php5 internview oscon2006 adam tracthenberg ebay webservices php5
IBM developerWorks: Develop eBay applications with PHP5 and Web services
by Chris Cornutt November 10, 2005 @ 05:56:23
On the IBM developerWorks site today, they've posted Part 3 of their series "Develop apps with Web services and the eBay SDK", this time, focusing on building it with PHP5.
Create applications in PHP5 that interact with eBay through Web services. Almost half of eBay's transactions occur through its Web services platform. In this tutorial, you'll acquire a solid understanding of the mechanics of the eBay XML API and learn how to use the Services_Ebay PHP extension.
To get up to speed on the project, you might want to check out Part 1 and Part 2 (thought they're not dealing with PHP). You'll also need an understanding of what XML is and how it works to get the most accomplished with the web service. There are ten pages of information here, and they don't skimp on any of the details - there's tons of code and XML examples to get you familiar with the whole process.
To check out the full tutorial, head over here...
voice your opinion now!
IBM ebay web services XML IBM ebay web services XML
|
Community Events
Don't see your event here? Let us know!
|