开发者

WebService SOAP Generator like WSClient++?

开发者 https://www.devze.com 2023-03-05 15:35 出处:网络
i am using a WSClient++ Java for Android project to generate the classes of my webservice but the version is the trial soo the program only generate two methods. My webservice have only one but miss s

i am using a WSClient++ Java for Android project to generate the classes of my webservice but the version is the trial soo the program only generate two methods. My webservice have only one but miss some classes after generating. Anyone knows other softwa开发者_运维技巧re like this?

thanks


I think you can use DOM t generate your xml from WS. (http://www.w3schools.com/dom/default.asp)

Also, generate the Web service using simple java program with the help of Apache tomcat and Axis2. (http://www.eclipse.org/webtools/jst/components/ws/1.5/tutorials/BottomUpWebService/BottomUpWebService.html)

Then call these Web Service in Android using kSAOP library.

Regards,
Sneha

0

精彩评论

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