How to generate java classes from WSDL file

前端 未结 8 624
一生所求
一生所求 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条回答
  •  萌比男神i
    2020-12-02 17:51

    jdk 6 comes with wsimport that u can use to create Java-classes from a WSDL. It also creates a Service-class.

    http://docs.oracle.com/javase/6/docs/technotes/tools/share/wsimport.html

提交回复
热议问题