Create Webservice On Android Device With Cxf?
I was able to create webservice in desktop java using Apache CXF. However i need it to working on Android device. The problem is that java.ws package is absent in Android. I've cop
Solution 1:
Ok, i did it - one have to patch cxf core, cxf transport, cxf discovery api, port jaxb to android, patch txw, edit wsdls and bundle default wsdls (like ws-addressing), patch resources loading (as all META/* resources are removed by android builder), patch getting package annotations (not supported by android). 2 weeks of 10h debugging/patching and udp packets intercepting
Post a Comment for "Create Webservice On Android Device With Cxf?"