Tag Archives: WebService

Google Predictor API – release 1.2

The Google Predictor API V1.2 is out! “The Prediction API provides pattern-matching and machine learning capabilities. Given a set of data examples to train against, you can create applications that can perform the following tasks: Given a user’s past viewing … Continue reading

Posted in Me | Tagged , | Leave a comment

Calling soap web services with curl from a unix shell

How to call soap web services from a unix shell? it is easy with curl and, optionally, xsltproc ! Read the tutorial soap requests with curl !

Posted in Me | Tagged , , , , , | 2 Comments

Connecting to a database with a webService (cxf) deployed (jbi) in Servicemix

Introduction Apache ServiceMix at the moment doesn’t have a JBI component for connecting to a database (servicemiix-jdbc is in the roadmap): in the meanwhile you have to use servicemix-cxf or servicemix-bean. This example (cxf-wsdl-first-jdbc.zip, cxf-wsdl-first.pdf)  is built on top of … Continue reading

Posted in Me | Tagged , , , , | 1 Comment