[jbossws-commits] JBossWS SVN: r10890 - in stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF: wsdl and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Oct 12 09:24:25 EDT 2009


Author: alessio.soldano at jboss.com
Date: 2009-10-12 09:24:25 -0400 (Mon, 12 Oct 2009)
New Revision: 10890

Added:
   stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/wsdl/
   stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/wsdl/jmsservice.wsdl
Log:
[JBWS-2783] Adding wsdl for deployment in testcase


Added: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/wsdl/jmsservice.wsdl
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/wsdl/jmsservice.wsdl	                        (rev 0)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/wsdl/jmsservice.wsdl	2009-10-12 13:24:25 UTC (rev 10890)
@@ -0,0 +1,55 @@
+<definitions name='OrganizationJMSEndpointService' targetNamespace='http://org.jboss.ws/samples/jmstransport' xmlns='http://schemas.xmlsoap.org/wsdl/'
+  xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/samples/jmstransport' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
+  
+  <types></types>
+  
+  <message name='OrganizationJMSEndpoint_getContactInfoResponse'>
+    <part name='return' type='xsd:string'></part>
+  </message>
+  <message name='OrganizationJMSEndpoint_getContactInfo'>
+    <part name='arg0' type='xsd:string'></part>
+  </message>
+  
+  <portType name='OrganizationJMSEndpoint'>
+    <operation name='getContactInfo' parameterOrder='arg0'>
+      <input message='tns:OrganizationJMSEndpoint_getContactInfo'></input>
+      <output message='tns:OrganizationJMSEndpoint_getContactInfoResponse'></output>
+    </operation>
+  </portType>
+  
+  <binding name='HTTPBinding' type='tns:OrganizationJMSEndpoint'>
+    <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
+    <operation name='getContactInfo'>
+      <soap:operation soapAction=''/>
+      <input>
+        <soap:body namespace='http://org.jboss.ws/samples/jmstransport' use='literal'/>
+      </input>
+      <output>
+        <soap:body namespace='http://org.jboss.ws/samples/jmstransport' use='literal'/>
+      </output>
+    </operation>
+  </binding>
+  
+  <binding name='JMSBinding' type='tns:OrganizationJMSEndpoint'>
+    <soap:binding style='rpc' transport='http://www.example.org/2006/06/soap/bindings/JMS/'/>
+    <operation name='getContactInfo'>
+      <soap:operation soapAction=''/>
+      <input>
+        <soap:body namespace='http://org.jboss.ws/samples/jmstransport' use='literal'/>
+      </input>
+      <output>
+        <soap:body namespace='http://org.jboss.ws/samples/jmstransport' use='literal'/>
+      </output>
+    </operation>
+  </binding>
+  
+  <service name='OrganizationJMSEndpointService'>
+    <port binding='tns:HTTPBinding' name='HTTPEndpointPort'>
+      <soap:address location='http://@jboss.bind.address@:8080/jaxws-samples-jmstransport/OrganizationJMSEndpoint'/>
+    </port>
+    <port binding='tns:JMSBinding' name='OrganizationJMSEndpointPort'>
+      <soap:address location='jms://queue/RequestQueue?replyToName=queue/ResponseQueue'/>
+    </port>
+  </service>
+  
+</definitions>
\ No newline at end of file


Property changes on: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/wsdl/jmsservice.wsdl
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF



More information about the jbossws-commits mailing list