普通网友 2015-07-10 04:53 采纳率: 0%
浏览 1495

webservice中axis2的问题

公司做项目的时候用到了这个方法:
Document doc = XMLUtils.newDocument(“http://webservice.webxml.com.cn/WebServices/WeatherWS.asmx?wsdl”);
其中XMLUtils用到了 import org.apache.axis2.util.XMLUtils; 这个包。
但是在公司的平台中axis2不建议使用。
不知道大家有什么其他的好的方法去做?

  • 写回答

3条回答 默认 最新

  • lhl_lqc 2015-07-10 05:03
    关注

    找个其它的xml jar包就行啊。

    评论

报告相同问题?