Client sends

   
  | <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";  
  |     xmlns:xsd="http://www.w3.org/2001/XMLSchema";  
  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
  |     xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"; 
  |     xmlns:ns0="http://opcfoundation.org/webservices/XMLDA/1.0/";>
  |   <env:Body>
  |          <ns0:GetStatus LocaleID="en" ClientRequestHandle="Andy"/>
  |     /env:Body>
  |    /env:Envelope
  | >
  | 

Server replies




  |   <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>  
  |          <ns1:GetStatusResponse 
xmlns:ns1="http://opcfoundation.org/webservices/XMLDA/1.0/";>   
  |             <GetStatusResult ClientRequestHandle="Andy" 
RcvTime="2005-02-11T13:47:58.673Z" ReplyTime="2005-02-11T13:47:58.673Z" 
RevisedLocaleID="en" ServerState="running"/>   
  |             <Status ProductVersion="1.00.1.00" 
StartTime="2005-02-11T13:47:58.673Z">    
  |                <StatusInfo>OK</StatusInfo>    
  |                <VendorInfo>Andy</VendorInfo>    
  |                <SupportedLocaleIDs>en</SupportedLocaleIDs>    
  |                
<SupportedInterfaceVersions>XML_DA_Version_1_0</SupportedInterfaceVersions>   
  |             </Status>  
  |          </ns1:GetStatusResponse> 
  |       </soapenv:Body>
  |    </soapenv:Envelope>
  | 

The server is jbossws (server-side files generated by using wscompile from 
jwsdp) and the client is a standalone client using the files generated by 
wscompile from jwsdp.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866421#3866421

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866421


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to