我使用axis2 的 eclipse插件做demo的时候按住参考文档步骤从建类到最后提示生成成功都OK,但是发现生成的包的名称为: simpleServer.aar.jar,当时就觉得奇怪,我把扩展名.jar去掉,直接把包复制到axis2容器的service目录下,启动Tomcat后,可以看到发布的服务 simpleServer,但是提示:Service Status : Active
          There are no Operations specified
services.xml 文件如下:<service name="simpleService" >
<description>
kkkkkkkkkkkk
</description>
<parameter name="ServiceClass" locked="false">com.huawei.axis.webservices.SimpleServer</parameter>
<excludeOperations>
<operation>simpleMethod</operation>
</excludeOperations>
</service>很奇怪方法被屏蔽掉了,但是在生成的过程中并没有地方做这样的操作,请各位瞧下可能是什么原因引起的,是否是版本问题?包括前面生成aar包的时候为什么扩展名是.jar结尾?