I need to use WS-Discovery on android. I googled it for almost a day but nothing found.
What would you do if you were in my situation?
Asked
Active
Viewed 902 times
7

Shahin
- 117
- 4
-
Have you tried [java-ws-discovery](https://code.google.com/p/java-ws-discovery/) library or [Apache CXF](http://cxf.apache.org/) framework? – Volo Aug 29 '14 at 13:33
-
I try to port java-ws-discovery to android, but its dependencies leads to failure unfortunately. – Shahin Aug 31 '14 at 21:34
1 Answers
0
I can confirm Apache CXF framework works on Android but i've spent 2 weeks fixing issues (i'd say about it as "porting to android"). But i was working on server-side and probably for client-side it's much easier.
Then use WSDiscoveryClient
from CXF. Something about what should be done is in my SO question.