开发者

how can i build proxy classes from wsdl( wcf services) in android?

开发者 https://www.devze.com 2023-04-02 14:29 出处:网络
I need to build proxy from a \"WSDL\" 开发者_运维技巧to call \"WCF\" services. please provide me info. about tolls required and steps to do.

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++.

0

精彩评论

暂无评论...
验证码 换一张
取 消