[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

mobaxkrs do-not-reply at jboss.com
Wed Mar 25 02:44:26 EDT 2009


<definitions name="SampleWebService" targetNamespace="http://www.jboss.org/jbossws/ws-extensions/wsaddressing" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.jboss.org/jbossws/ws-extensions/wsaddressing" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
  <xs:schema targetNamespace="http://www.jboss.org/jbossws/ws-extensions/wsaddressing" version="1.0" xmlns:tns="http://www.jboss.org/jbossws/ws-extensions/wsaddressing" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="helloWorld" type="tns:helloWorld"/>
   <xs:element name="helloWorldResponse" type="tns:helloWorldResponse"/>
   <xs:complexType name="helloWorld">
    <xs:sequence>
     <xs:element minOccurs="0" name="inputString" type="xs:string"/>
    </xs:sequence>
   </xs:complexType>

   <xs:complexType name="helloWorldResponse">
    <xs:sequence>
     <xs:element minOccurs="0" name="return" type="xs:string"/>
    </xs:sequence>
   </xs:complexType>
  </xs:schema>
 
 
  

 
 
  
 
 
  
   
   
  

 
 
  <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
  
   <soap:operation soapAction=""/>
   
    <soap:body use="literal"/>
   
   

    <soap:body use="literal"/>
   
  
 
 
  
   <soap:address location="http://200.201.202.159:8080/SampleWebService/SampleWebService"/>
   
  

 


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

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



More information about the jboss-user mailing list