JiBX/WS (http://www.jibx.org/jibxws) may be a better choice for you, if
you're just doing web services without WS-Security and such. Android
includes an XmlPullParser
(http://developer.android.com/reference/org/xmlpull/v1/XmlPullParser.html),
which is the only runtime dependency for JiBX and JiBX/WS.
- Dennis
On 06/24/2011 04:09 PM, Willem Jiang wrote:
Hi,
You may the first one who want to use the CXF as WS client in Android.
You can find the more information the CXF third party dependency here[1].
Look luck :)
[1]https://svn.apache.org/repos/asf/cxf/trunk/distribution/src/main/release/lib/WHICH_JARS
On 6/23/11 1:30 PM, Tanveer ul Islam wrote:
Greetings all,
I need to consume WS using CXF for an Android application, is it
possible? I
have tried to do it but i have failed. I create the web service
client and
put it inside my Android project. It needs the related libraries to
compile.
What jars i should include as referenced libraries? Even if i provide
all
the jars, Android isn't to compile them. Is there a tutorial where i can
learn how to consume a WS using CXF in Android?
Thanks in advance!