既然知道要用axis2, 就该自己去看!!!

解决方案 »

  1.   

    用eclipse自顶向下的开发模式
    可以自动生成代理和测试页面
    有这些就可以参照这进行修改了。
    具体的过程网上都有。
      

  2.   

    You can follow these steps:
    1. download this WSDL file
    2.download Axis2
    3.open a teminal, type WSDL2JAVA.sh and a lot of parameters
    4.then axis2 will generate a lot of Java for you
    5.You just need to use its stub to call this web service
    6.that's all.