How to generate java classes from WSDL file

前端 未结 8 596
一生所求
一生所求 2020-12-02 17:09

I am working towards an android application. I need to use a web service. I have a wsdl file but I want to convert that into java so that I can use its functions in my Java

8条回答
  •  攒了一身酷
    2020-12-02 18:03

    You can use the eclipse plugin as suggested by Oscar earlier. Or if you are a command line person, you can use Apache Axis WSDL2Java tool from command prompt. You can find more details here http://axis.apache.org/axis/java/reference.html#WSDL2JavaReference

提交回复
热议问题