Hi, It's a regular web service based on SOAP. So any library to consume SOAP would be ok.
For iOS there is a tool called WSDL2Objc generating the client code based on the service WSDL. For Android, I used ksoap for Android (https://code.google.com/p/ksoap2-android/). Regards, Clement On 12 avr. 2013, at 05:15, Dhiego Abrantes de Oliveira Martins <[email protected]> wrote: > Hi, > > I have some iPOJO Services running over DOSGi (WebServices) in Felix. The > client is a mobile, is in outside from container osgi and need to access > (consume) the service provided by webservice (supported by ipojo service > over dosgi). > > How the mobile client can 'consume' this webservice? > > Best regards, > > Dhiego

