Does android support the Device Profile for Web Services (dpws)?
I want use webservices (using Soap and not rest) on android and I want use dpws (not ksoap2). Is there any dpws library availa开发者_JAVA技巧ble for android? Thanks
Android does not support DPWS. but u can use JMEDs(DPWS stack implemented in java) in the andorid. I have created DPWS server and client using this JMEDs stack in android device.
http://ws4d.e-technik.uni-rostock.de/jmeds/version_2/
Hope this will help. :-)
精彩评论