Tag Archives: WebService

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 , , , , , | 1 Comment

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 , , , , | Leave a comment