Generating Java from WSDL for use on Android with ksoap2-android SOAP client?

前端 未结 6 759
鱼传尺愫
鱼传尺愫 2021-01-30 08:50

I have to access a existing SOAP webservice from an Android application. I have been provided some WSDL files describing the webservice. Reading some other answers here on SO, i

6条回答
  •  自闭症患者
    2021-01-30 09:34

    I had similar situation (I had only wsdl file without working webservice). I've used

    http://easywsdl.com/

    to generate classes for android without any problem. This tool uses ksoap library. The great thing with this tool is that it supports WCF extensions and types like data contract with IsReference attribute or Guid.

提交回复
热议问题