Well I have started this blog, as a way to store my adventures through SOAP with apache axis 2. Basically I want to talk to flickr's api's via soap, but this is proving to be a little more difficult than I first thought.
Anyway to get you all started, here as the links to Axis and the flickr api.
http://www.flickr.com/services/api/ Flickr api link
http://ws.apache.org/axis2/ The Apache Axis2 website.
I know I could use REST or XML-RPC to talk to flickr, but I wanted to do SOAP, only using axis2.
I also know that apache supports REST and XML-RPC.
1 comment:
You are in luck, though Flickr does not do SOAP, you can still using Axis2. See http://wso2.org/blog/dims/1132
Post a Comment