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