Generate WSDL from java class\source

后端 未结 3 1638
离开以前
离开以前 2020-12-06 06:23

I have a package with \"logic\" classes(like CheckAuthenticationDataLogic.java, GetVocabulariesLogic.java). And another class - ApiService.java is used to generate wsdl. Api

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-06 06:48

    Axis2 is another alternative, specifically the java2wsdl command/plugin

提交回复
热议问题