文件名称:HelloWorld
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- Ca***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
SOAP(Simple Object Access Protocol)是基于XML实现了一种消息格式以交换请求和使用,使用XML作为SOAP消息的基础使得任何实现基本的INTERNET通信服务的系统都能处理和传送这类消息 。-POST /StockQuote HTTP/1.1
Host: www.stockquoteserver.com
Content-Type: text/xml charset="utf-8“
Content-Length: nnnn
SOAPAction: "http://example.org/2001/06/quotes" 
<env:Envelope xmlns:env="http://www.w3.org/2001/06/soap-envelope" >
<env:Body>
<m:GetLastTradePrice env:encodingStyle="http://www.w3.org/2001/06/soap-encoding" xmlns:m="http://example.org/2001/06/quotes">
<symbol>DIS</symbol>
</m:GetLastTradePrice>
</env:Body>
</env:Envelope>
Host: www.stockquoteserver.com
Content-Type: text/xml charset="utf-8“
Content-Length: nnnn
SOAPAction: "http://example.org/2001/06/quotes" 
<env:Envelope xmlns:env="http://www.w3.org/2001/06/soap-envelope" >
<env:Body>
<m:GetLastTradePrice env:encodingStyle="http://www.w3.org/2001/06/soap-encoding" xmlns:m="http://example.org/2001/06/quotes">
<symbol>DIS</symbol>
</m:GetLastTradePrice>
</env:Body>
</env:Envelope>
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HelloWorld
..........\.classpath
..........\.mymetadata
..........\.project
..........\src
..........\...\com
..........\...\...\ch
..........\...\...\..\HelloWorldServiceImpl.java
..........\...\...\..\IHelloWorldService.java
..........\...\...\..\TestService.java
..........\WebRoot
..........\.......\index.jsp
..........\.......\META-INF
..........\.......\........\MANIFEST.MF
..........\.......\WEB-INF
..........\.......\.......\classes
..........\.......\.......\.......\com
..........\.......\.......\.......\...\ch
..........\.......\.......\.......\...\..\HelloWorldServiceImpl.class
..........\.......\.......\.......\...\..\IHelloWorldService.class
..........\.......\.......\.......\...\..\TestService.class
..........\.......\.......\.......\META-INF
..........\.......\.......\.......\........\xfire
..........\.......\.......\.......\........\.....\services.xml
..........\.......\.......\lib
..........\.......\.......\web.xml
..........\WebServices
..........\...........\services.xml
..........\.classpath
..........\.mymetadata
..........\.project
..........\src
..........\...\com
..........\...\...\ch
..........\...\...\..\HelloWorldServiceImpl.java
..........\...\...\..\IHelloWorldService.java
..........\...\...\..\TestService.java
..........\WebRoot
..........\.......\index.jsp
..........\.......\META-INF
..........\.......\........\MANIFEST.MF
..........\.......\WEB-INF
..........\.......\.......\classes
..........\.......\.......\.......\com
..........\.......\.......\.......\...\ch
..........\.......\.......\.......\...\..\HelloWorldServiceImpl.class
..........\.......\.......\.......\...\..\IHelloWorldService.class
..........\.......\.......\.......\...\..\TestService.class
..........\.......\.......\.......\META-INF
..........\.......\.......\.......\........\xfire
..........\.......\.......\.......\........\.....\services.xml
..........\.......\.......\lib
..........\.......\.......\web.xml
..........\WebServices
..........\...........\services.xml