WEB开发网
开发学院软件开发Java 用 JAX-RPC 构建 RPC 服务和客户机(上) 阅读

用 JAX-RPC 构建 RPC 服务和客户机(上)

 2010-04-06 00:00:00 来源:WEB开发网   
核心提示: <?xmlversion="1.0"encoding="UTF-8"?><soapenv:Envelopexmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

<?xml version="1.0" encoding="UTF-8"?> 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
         xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
 <soapenv:Body> 
 <listResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> 
  <listReturn soapenc:arrayType="xsd:string[8]" xsi:type="soapenc:Array" 
        xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 
  <listReturn xsi:type="xsd:string">user-agent:Mozilla/5.0 
        (Macintosh; U; PPC Mac OS X 10_5_2; en-us) AppleWebKit/525.18 
       (KHTML, like Gecko) Version/3.1.1 Safari/525.18</listReturn> 
  <listReturn xsi:type="xsd:string">referer:http://localhost:8080/axis/ 
   </listReturn> 
  <listReturn xsi:type="xsd:string">accept:text/xml,application/xml, 
     application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png, 
     */*;q=0.5</listReturn> 
  <listReturn xsi:type="xsd:string">accept-language:en-us</listReturn> 
  <listReturn xsi:type="xsd:string">accept-encoding:gzip, deflate</listReturn> 
  <listReturn xsi:type="xsd:string">cookie:JSESSIONID= 
   42A37ED6763ECC773D5FEB70484D57B1</listReturn> 
  <listReturn xsi:type="xsd:string">connection:keep-alive</listReturn> 
  <listReturn xsi:type="xsd:string">host:localhost:8080</listReturn> 
  </listReturn> 
 </listResponse> 
 </soapenv:Body> 
</soapenv:Envelope>

上一页  5 6 7 8 9 10 

Tags:JAX RPC 构建

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接