how can i build proxy classes from wsdl( wcf services) in android?
I need to build proxy from a "WSDL" 开发者_运维技巧to call "WCF" services. please provide me info. about tolls required and steps to do.
i have wsdl document. and want to create a android client to consume the services.
i have spend a lot time on tht.
Android doesn't have built in SOAP API. You must use some additional library like kSoap2 but those libraries doesn't provide automatic client generation - you must code it. There are products which are able to generate clients but I expect them to be commercial like WSClient++.
精彩评论