06 2010 档案
摘要:首先建立ServiceTest.java Java代码 1.package sample.ws.service; 2. 3.import sample.ws.pojo.Person; 4. 5.publi...
阅读全文
摘要:axis只支持简单类型的返回值。在这里逐一介绍axis的各种返回值接受。1:axis接受基本类型,如int ,string等引入的系统文件:import javax.xml.namespace.QName;imp...
阅读全文
摘要:import org.apache.commons.httpclient.DefaultHttpMethodRetryHandler;import org.apache.commons.httpclient.Ht...
阅读全文
摘要:1.基本概念的理解绝对路径:绝对路径就是你的主页上的文件或目录在硬盘上真正的路径,(URL和物理路径)例如:C:xyz est.txt 代表了test.txt文件的绝对路径。http://www.sun.com/...
阅读全文
摘要:public static void main(String[] args) throws Exception{ //配置环境,分析xml映射文件 Configuration conf= ...
阅读全文
摘要:最近公司要把web services传输内容全加密用到wss4j,于是上网看了篇帖子照着做没有跑通,于是做了下修改,如下:一、wss4j简介Wss4j是apache开发的,标准实现WS-Security(WebS...
阅读全文
摘要:String commandText = "cmd /c start D:/index.html";// String commandText = "cmd /c start osk";//这里可以是命令 tr...
阅读全文