摘要: ##1. 样例xml``` aaa 22 bbb 23 ccc 21 ```##2. 读入各种形式的xml###2.1 读入文件``` SAXReader reader ... 阅读全文
posted @ 2015-08-22 11:10 wardensky 阅读(201) 评论(0) 推荐(0) 编辑
摘要: ``` public static void foo() { try { URL url = new URL("http://www.webservicex.net/globalweather.asmx?wsdl"); File file = new File("d:/tmp/3.wsdl... 阅读全文
posted @ 2015-08-22 10:39 wardensky 阅读(328) 评论(0) 推荐(0) 编辑