Axis2 WSDL2java is generating only 2 java classes

后端 未结 1 445
春和景丽
春和景丽 2021-01-25 02:00

I am using Axis2 for developing webservices .

Please see my program below :

public class Simple {

    public String ec         


        
1条回答
  •  离开以前
    2021-01-25 02:26

    By default those classes are generated within the stub file. You can use -u option to generate separate data binding classes. Please see here for more information.

    0 讨论(0)
提交回复
热议问题