WSS4J For Android
We have a requirement to write a client on Android w.r.t. Web-Services-Security.
I looked at WSS4J code, not meant fo开发者_开发知识库r Android.
I don't have a remote idea of how to communicate with a web-service that implements WSS ?
Or any conceptual knowledge, read the wiki for WSS , though not much helpful-or i am too dumb to understand.
Any ideas , suggestions would help.
Thanks.
You can try kSoap making your way to security, or Apache Santuario repackaged cause javax.xml.soap with javax.xml.crypto are not in Android.
It is not easy but when you don't know how, that is the moment you learn ;)
Hope it helps
EDIT: I updated the answer cause crypto itself is not Android, see link n.2
精彩评论