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

前端 未结 6 761
鱼传尺愫
鱼传尺愫 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:40

    A bit late on this, but there is a ksoap2 stub generator under development, and I successfully used it to create the stubs.

    http://ksoap2-stub-gen.sourceforge.net/

    Also someone made it availabe as an online service (i.e. you give your WSDL's URL and the service will return a zip file containing the stubs).

    http://www.davidgouveia.net/2011/04/online-stub-generator-for-android-applications-using-ksoap2/

提交回复
热议问题