Author: darran.lofthouse(a)jboss.com
Date: 2006-11-29 09:18:27 -0500 (Wed, 29 Nov 2006)
New Revision: 1525
Added:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/Wrapped.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/Wrapped.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/Wrapped.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/Wrapped.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/Wrapped.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/Wrapped.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/Wrapped.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/Wrapped.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/Wrapped.wsdl
Removed:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/Anonymous.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/Anonymous.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/Anonymous.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/Anonymous.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/Anonymous.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/Anonymous.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/Anonymous.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/Anonymous.wsdl
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/Anonymous.wsdl
Modified:
branches/dlofthouse/JBWS-1260/src/test/java/org/jboss/test/ws/tools/jbws1260/JBWS1260TestCase.java
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/wstools-config.xml
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/wstools-config.xml
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/wstools-config.xml
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/wstools-config.xml
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/wstools-config.xml
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/wstools-config.xml
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/wstools-config.xml
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/wstools-config.xml
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/wstools-config.xml
Log:
JBWS-1260 - Changed name of WSDL used for the test scenarios.
Modified:
branches/dlofthouse/JBWS-1260/src/test/java/org/jboss/test/ws/tools/jbws1260/JBWS1260TestCase.java
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/java/org/jboss/test/ws/tools/jbws1260/JBWS1260TestCase.java 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/java/org/jboss/test/ws/tools/jbws1260/JBWS1260TestCase.java 2006-11-29
14:18:27 UTC (rev 1525)
@@ -28,6 +28,8 @@
import org.jboss.ws.tools.WSTools;
/**
+ * Test case to test various scenarios unwrapping parameters
+ * when using wsdl-java.
*
* @author darran.lofthouse(a)jboss.com
* @since Nov 22, 2006
Deleted:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/Anonymous.wsdl
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/Anonymous.wsdl 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/Anonymous.wsdl 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='PhoneBook'
targetNamespace='http://test.jboss.org/ws/jbws1260'
xmlns='http://schemas.xmlsoap.org/wsdl/'
xmlns:ns1='http://test.jboss.org/ws/jbws1260/types'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:tns='http://test.jboss.org/ws/jbws1260'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
- <schema
targetNamespace='http://test.jboss.org/ws/jbws1260/types'
xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:tns='http://test.jboss.org/ws/jbws1260/types'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-
- <element name='lookup'>
- <complexType>
- <sequence>
- <element name='surname' nillable='true'
type='string'/>
- </sequence>
- </complexType>
- </element>
-
- <element name='lookupResponse'>
- <complexType>
- <sequence>
- <element name='number' nillable='true'
type='string'/>
- </sequence>
- </complexType>
- </element>
-
- </schema>
- </types>
- <message name='PhoneBook_lookup'>
- <part element='ns1:lookup' name='parameters'/>
- </message>
- <message name='PhoneBook_lookupResponse'>
- <part element='ns1:lookupResponse' name='result'/>
- </message>
- <portType name='PhoneBook'>
- <operation name='lookup'>
- <input message='tns:PhoneBook_lookup'/>
- <output message='tns:PhoneBook_lookupResponse'/>
- </operation>
- </portType>
- <binding name='PhoneBookBinding' type='tns:PhoneBook'>
- <soap:binding style='document'
transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='lookup'>
- <soap:operation soapAction=''/>
- <input>
- <soap:body use='literal'/>
- </input>
- <output>
- <soap:body use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='PhoneBook'>
- <port binding='tns:PhoneBookBinding' name='PhoneBookPort'>
- <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/Wrapped.wsdl
(from rev 1506,
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/Anonymous.wsdl)
Modified:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/wstools-config.xml
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/wstools-config.xml 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_A/wstools-config.xml 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,5 +1,5 @@
<configuration>
- <wsdl-java location="resources/tools/jbws1260/scenario_A/Anonymous.wsdl"
parameter-style="wrapped">
- <mapping file="anonymous-mapping.xml"/>
+ <wsdl-java location="resources/tools/jbws1260/scenario_A/Wrapped.wsdl"
parameter-style="wrapped">
+ <mapping file="wrapped-mapping.xml"/>
</wsdl-java>
</configuration>
Deleted:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/Anonymous.wsdl
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/Anonymous.wsdl 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/Anonymous.wsdl 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='PhoneBook'
targetNamespace='http://test.jboss.org/ws/jbws1260'
xmlns='http://schemas.xmlsoap.org/wsdl/'
xmlns:ns1='http://test.jboss.org/ws/jbws1260/types'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:tns='http://test.jboss.org/ws/jbws1260'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
- <schema
targetNamespace='http://test.jboss.org/ws/jbws1260/types'
xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:tns='http://test.jboss.org/ws/jbws1260/types'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-
- <element name='lookup'>
- <complexType>
- <sequence>
- <element name='firstName' nillable='true'
type='string'/>
- <element name='surname' nillable='true'
type='string'/>
- </sequence>
- </complexType>
- </element>
-
- <element name='lookupResponse'>
- <complexType>
- <sequence>
- <element name='areaCode' nillable='true'
type='string'/>
- <element name='number' nillable='true'
type='string'/>
- </sequence>
- </complexType>
- </element>
-
- </schema>
- </types>
- <message name='PhoneBook_lookup'>
- <part element='ns1:lookup' name='parameters'/>
- </message>
- <message name='PhoneBook_lookupResponse'>
- <part element='ns1:lookupResponse' name='result'/>
- </message>
- <portType name='PhoneBook'>
- <operation name='lookup'>
- <input message='tns:PhoneBook_lookup'/>
- <output message='tns:PhoneBook_lookupResponse'/>
- </operation>
- </portType>
- <binding name='PhoneBookBinding' type='tns:PhoneBook'>
- <soap:binding style='document'
transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='lookup'>
- <soap:operation soapAction=''/>
- <input>
- <soap:body use='literal'/>
- </input>
- <output>
- <soap:body use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='PhoneBook'>
- <port binding='tns:PhoneBookBinding' name='PhoneBookPort'>
- <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/Wrapped.wsdl
(from rev 1506,
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/Anonymous.wsdl)
Modified:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/wstools-config.xml
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/wstools-config.xml 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_B/wstools-config.xml 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,5 +1,5 @@
<configuration>
- <wsdl-java location="resources/tools/jbws1260/scenario_B/Anonymous.wsdl"
parameter-style="wrapped">
- <mapping file="anonymous-mapping.xml"/>
+ <wsdl-java location="resources/tools/jbws1260/scenario_B/Wrapped.wsdl"
parameter-style="wrapped">
+ <mapping file="wrapped-mapping.xml"/>
</wsdl-java>
</configuration>
Deleted:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/Anonymous.wsdl
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/Anonymous.wsdl 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/Anonymous.wsdl 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='PhoneBook'
targetNamespace='http://test.jboss.org/ws/jbws1260'
xmlns='http://schemas.xmlsoap.org/wsdl/'
xmlns:ns1='http://test.jboss.org/ws/jbws1260/types'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:tns='http://test.jboss.org/ws/jbws1260'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
- <schema
targetNamespace='http://test.jboss.org/ws/jbws1260/types'
xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:tns='http://test.jboss.org/ws/jbws1260/types'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-
- <complexType name='Person'>
- <sequence>
- <element name='surname' nillable='true'
type='string'/>
- </sequence>
- </complexType>
-
- <complexType name='TelephoneNumber'>
- <sequence>
- <element name='number' nillable='true'
type='string'/>
- </sequence>
- </complexType>
-
- <element name='lookup' type='tns:Person'/>
- <element name='lookupResponse' type='tns:TelephoneNumber'/>
-
- </schema>
- </types>
- <message name='PhoneBook_lookup'>
- <part element='ns1:lookup' name='parameters'/>
- </message>
- <message name='PhoneBook_lookupResponse'>
- <part element='ns1:lookupResponse' name='result'/>
- </message>
- <portType name='PhoneBook'>
- <operation name='lookup'>
- <input message='tns:PhoneBook_lookup'/>
- <output message='tns:PhoneBook_lookupResponse'/>
- </operation>
- </portType>
- <binding name='PhoneBookBinding' type='tns:PhoneBook'>
- <soap:binding style='document'
transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='lookup'>
- <soap:operation soapAction=''/>
- <input>
- <soap:body use='literal'/>
- </input>
- <output>
- <soap:body use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='PhoneBook'>
- <port binding='tns:PhoneBookBinding' name='PhoneBookPort'>
- <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/Wrapped.wsdl
(from rev 1506,
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/Anonymous.wsdl)
Modified:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/wstools-config.xml
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/wstools-config.xml 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_C/wstools-config.xml 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,5 +1,5 @@
<configuration>
- <wsdl-java location="resources/tools/jbws1260/scenario_C/Anonymous.wsdl"
parameter-style="wrapped">
- <mapping file="anonymous-mapping.xml"/>
+ <wsdl-java location="resources/tools/jbws1260/scenario_C/Wrapped.wsdl"
parameter-style="wrapped">
+ <mapping file="wrapped-mapping.xml"/>
</wsdl-java>
</configuration>
Deleted:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/Anonymous.wsdl
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/Anonymous.wsdl 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/Anonymous.wsdl 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='PhoneBook'
targetNamespace='http://test.jboss.org/ws/jbws1260'
xmlns='http://schemas.xmlsoap.org/wsdl/'
xmlns:ns1='http://test.jboss.org/ws/jbws1260/types'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:tns='http://test.jboss.org/ws/jbws1260'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
- <schema
targetNamespace='http://test.jboss.org/ws/jbws1260/types'
xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:tns='http://test.jboss.org/ws/jbws1260/types'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-
- <complexType name='Person'>
- <sequence>
- <element name='firstName' nillable='true'
type='string'/>
- <element name='surname' nillable='true'
type='string'/>
- </sequence>
- </complexType>
-
- <complexType name='TelephoneNumber'>
- <sequence>
- <element name='areaCode' nillable='true'
type='string'/>
- <element name='number' nillable='true'
type='string'/>
- </sequence>
- </complexType>
-
- <element name='lookup' type='tns:Person'/>
- <element name='lookupResponse' type='tns:TelephoneNumber'/>
-
- </schema>
- </types>
- <message name='PhoneBook_lookup'>
- <part element='ns1:lookup' name='parameters'/>
- </message>
- <message name='PhoneBook_lookupResponse'>
- <part element='ns1:lookupResponse' name='result'/>
- </message>
- <portType name='PhoneBook'>
- <operation name='lookup'>
- <input message='tns:PhoneBook_lookup'/>
- <output message='tns:PhoneBook_lookupResponse'/>
- </operation>
- </portType>
- <binding name='PhoneBookBinding' type='tns:PhoneBook'>
- <soap:binding style='document'
transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='lookup'>
- <soap:operation soapAction=''/>
- <input>
- <soap:body use='literal'/>
- </input>
- <output>
- <soap:body use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='PhoneBook'>
- <port binding='tns:PhoneBookBinding' name='PhoneBookPort'>
- <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/Wrapped.wsdl
(from rev 1506,
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/Anonymous.wsdl)
Modified:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/wstools-config.xml
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/wstools-config.xml 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_D/wstools-config.xml 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,5 +1,5 @@
<configuration>
- <wsdl-java location="resources/tools/jbws1260/scenario_D/Anonymous.wsdl"
parameter-style="wrapped">
- <mapping file="anonymous-mapping.xml"/>
+ <wsdl-java location="resources/tools/jbws1260/scenario_D/Wrapped.wsdl"
parameter-style="wrapped">
+ <mapping file="wrapped-mapping.xml"/>
</wsdl-java>
</configuration>
Deleted:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/Anonymous.wsdl
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/Anonymous.wsdl 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/Anonymous.wsdl 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='PhoneBook'
targetNamespace='http://test.jboss.org/ws/jbws1260'
xmlns='http://schemas.xmlsoap.org/wsdl/'
xmlns:ns1='http://test.jboss.org/ws/jbws1260/types'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:tns='http://test.jboss.org/ws/jbws1260'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
- <schema
targetNamespace='http://test.jboss.org/ws/jbws1260/types'
xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:tns='http://test.jboss.org/ws/jbws1260/types'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-
- <complexType name='Person'>
- <sequence>
- <element name='Name'>
- <complexType>
- <sequence>
- <element name='surname' nillable='true'
type='string'/>
- </sequence>
- </complexType>
- </element>
- </sequence>
- </complexType>
-
- <complexType name='TelephoneNumber'>
- <sequence>
- <element name='Number'>
- <complexType>
- <sequence>
- <element name='number' nillable='true'
type='string'/>
- </sequence>
- </complexType>
- </element>
- </sequence>
- </complexType>
-
- <element name='lookup' type='tns:Person'/>
- <element name='lookupResponse' type='tns:TelephoneNumber'/>
-
- </schema>
- </types>
- <message name='PhoneBook_lookup'>
- <part element='ns1:lookup' name='parameters'/>
- </message>
- <message name='PhoneBook_lookupResponse'>
- <part element='ns1:lookupResponse' name='result'/>
- </message>
- <portType name='PhoneBook'>
- <operation name='lookup'>
- <input message='tns:PhoneBook_lookup'/>
- <output message='tns:PhoneBook_lookupResponse'/>
- </operation>
- </portType>
- <binding name='PhoneBookBinding' type='tns:PhoneBook'>
- <soap:binding style='document'
transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='lookup'>
- <soap:operation soapAction=''/>
- <input>
- <soap:body use='literal'/>
- </input>
- <output>
- <soap:body use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='PhoneBook'>
- <port binding='tns:PhoneBookBinding' name='PhoneBookPort'>
- <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/Wrapped.wsdl
(from rev 1506,
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/Anonymous.wsdl)
Modified:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/wstools-config.xml
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/wstools-config.xml 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_E/wstools-config.xml 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,5 +1,5 @@
<configuration>
- <wsdl-java location="resources/tools/jbws1260/scenario_E/Anonymous.wsdl"
parameter-style="wrapped">
- <mapping file="anonymous-mapping.xml"/>
+ <wsdl-java location="resources/tools/jbws1260/scenario_E/Wrapped.wsdl"
parameter-style="wrapped">
+ <mapping file="wrapped-mapping.xml"/>
</wsdl-java>
</configuration>
Deleted:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/Anonymous.wsdl
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/Anonymous.wsdl 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/Anonymous.wsdl 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='PhoneBook'
targetNamespace='http://test.jboss.org/ws/jbws1260'
xmlns='http://schemas.xmlsoap.org/wsdl/'
xmlns:ns1='http://test.jboss.org/ws/jbws1260/types'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:tns='http://test.jboss.org/ws/jbws1260'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
- <schema
targetNamespace='http://test.jboss.org/ws/jbws1260/types'
xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:tns='http://test.jboss.org/ws/jbws1260/types'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-
- <complexType name='Person'>
- <sequence>
- <element name='Name'>
- <complexType>
- <sequence>
- <element name='firstName' nillable='true'
type='string'/>
- <element name='surname' nillable='true'
type='string'/>
- </sequence>
- </complexType>
- </element>
- </sequence>
- </complexType>
-
- <complexType name='TelephoneNumber'>
- <sequence>
- <element name='Number'>
- <complexType>
- <sequence>
- <element name='areaCode' nillable='true'
type='string'/>
- <element name='number' nillable='true'
type='string'/>
- </sequence>
- </complexType>
- </element>
- </sequence>
- </complexType>
-
- <element name='lookup' type='tns:Person'/>
- <element name='lookupResponse' type='tns:TelephoneNumber'/>
-
- </schema>
- </types>
- <message name='PhoneBook_lookup'>
- <part element='ns1:lookup' name='parameters'/>
- </message>
- <message name='PhoneBook_lookupResponse'>
- <part element='ns1:lookupResponse' name='result'/>
- </message>
- <portType name='PhoneBook'>
- <operation name='lookup'>
- <input message='tns:PhoneBook_lookup'/>
- <output message='tns:PhoneBook_lookupResponse'/>
- </operation>
- </portType>
- <binding name='PhoneBookBinding' type='tns:PhoneBook'>
- <soap:binding style='document'
transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='lookup'>
- <soap:operation soapAction=''/>
- <input>
- <soap:body use='literal'/>
- </input>
- <output>
- <soap:body use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='PhoneBook'>
- <port binding='tns:PhoneBookBinding' name='PhoneBookPort'>
- <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/Wrapped.wsdl
(from rev 1506,
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/Anonymous.wsdl)
Modified:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/wstools-config.xml
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/wstools-config.xml 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_F/wstools-config.xml 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,5 +1,5 @@
<configuration>
- <wsdl-java location="resources/tools/jbws1260/scenario_F/Anonymous.wsdl"
parameter-style="wrapped">
- <mapping file="anonymous-mapping.xml"/>
+ <wsdl-java location="resources/tools/jbws1260/scenario_F/Wrapped.wsdl"
parameter-style="wrapped">
+ <mapping file="wrapped-mapping.xml"/>
</wsdl-java>
</configuration>
Deleted:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/Anonymous.wsdl
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/Anonymous.wsdl 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/Anonymous.wsdl 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='PhoneBook'
targetNamespace='http://test.jboss.org/ws/jbws1260'
xmlns='http://schemas.xmlsoap.org/wsdl/'
xmlns:ns1='http://test.jboss.org/ws/jbws1260/types'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:tns='http://test.jboss.org/ws/jbws1260'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
- <schema
targetNamespace='http://test.jboss.org/ws/jbws1260/types'
xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:tns='http://test.jboss.org/ws/jbws1260/types'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-
- <element name='lookup'>
- <complexType>
- <sequence>
- <element name='surname' nillable='true' type='string'
maxOccurs='unbounded'/>
- </sequence>
- </complexType>
- </element>
-
- <element name='lookupResponse'>
- <complexType>
- <sequence>
- <element name='number' nillable='true' type='string'
maxOccurs='unbounded'/>
- </sequence>
- </complexType>
- </element>
-
- </schema>
- </types>
- <message name='PhoneBook_lookup'>
- <part element='ns1:lookup' name='parameters'/>
- </message>
- <message name='PhoneBook_lookupResponse'>
- <part element='ns1:lookupResponse' name='result'/>
- </message>
- <portType name='PhoneBook'>
- <operation name='lookup'>
- <input message='tns:PhoneBook_lookup'/>
- <output message='tns:PhoneBook_lookupResponse'/>
- </operation>
- </portType>
- <binding name='PhoneBookBinding' type='tns:PhoneBook'>
- <soap:binding style='document'
transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='lookup'>
- <soap:operation soapAction=''/>
- <input>
- <soap:body use='literal'/>
- </input>
- <output>
- <soap:body use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='PhoneBook'>
- <port binding='tns:PhoneBookBinding' name='PhoneBookPort'>
- <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/Wrapped.wsdl
(from rev 1524,
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/Anonymous.wsdl)
Modified:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/wstools-config.xml
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/wstools-config.xml 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_G/wstools-config.xml 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,5 +1,5 @@
<configuration>
- <wsdl-java location="resources/tools/jbws1260/scenario_G/Anonymous.wsdl"
parameter-style="wrapped">
- <mapping file="anonymous-mapping.xml"/>
+ <wsdl-java location="resources/tools/jbws1260/scenario_G/Wrapped.wsdl"
parameter-style="wrapped">
+ <mapping file="wrapped-mapping.xml"/>
</wsdl-java>
</configuration>
Deleted:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/Anonymous.wsdl
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/Anonymous.wsdl 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/Anonymous.wsdl 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='PhoneBook'
targetNamespace='http://test.jboss.org/ws/jbws1260'
xmlns='http://schemas.xmlsoap.org/wsdl/'
xmlns:ns1='http://test.jboss.org/ws/jbws1260/types'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:tns='http://test.jboss.org/ws/jbws1260'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
- <schema
targetNamespace='http://test.jboss.org/ws/jbws1260/types'
xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:tns='http://test.jboss.org/ws/jbws1260/types'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-
- <complexType name='Person'>
- <sequence>
- <element name='surname' nillable='true' type='string'
maxOccurs='unbounded'/>
- </sequence>
- </complexType>
-
- <complexType name='TelephoneNumber'>
- <sequence>
- <element name='number' nillable='true' type='string'
maxOccurs='unbounded'/>
- </sequence>
- </complexType>
-
- <element name='lookup' type='tns:Person'/>
- <element name='lookupResponse' type='tns:TelephoneNumber'/>
-
- </schema>
- </types>
- <message name='PhoneBook_lookup'>
- <part element='ns1:lookup' name='parameters'/>
- </message>
- <message name='PhoneBook_lookupResponse'>
- <part element='ns1:lookupResponse' name='result'/>
- </message>
- <portType name='PhoneBook'>
- <operation name='lookup'>
- <input message='tns:PhoneBook_lookup'/>
- <output message='tns:PhoneBook_lookupResponse'/>
- </operation>
- </portType>
- <binding name='PhoneBookBinding' type='tns:PhoneBook'>
- <soap:binding style='document'
transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='lookup'>
- <soap:operation soapAction=''/>
- <input>
- <soap:body use='literal'/>
- </input>
- <output>
- <soap:body use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='PhoneBook'>
- <port binding='tns:PhoneBookBinding' name='PhoneBookPort'>
- <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/Wrapped.wsdl
(from rev 1524,
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/Anonymous.wsdl)
Modified:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/wstools-config.xml
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/wstools-config.xml 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_H/wstools-config.xml 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,5 +1,5 @@
<configuration>
- <wsdl-java location="resources/tools/jbws1260/scenario_H/Anonymous.wsdl"
parameter-style="wrapped">
- <mapping file="anonymous-mapping.xml"/>
+ <wsdl-java location="resources/tools/jbws1260/scenario_H/Wrapped.wsdl"
parameter-style="wrapped">
+ <mapping file="wrapped-mapping.xml"/>
</wsdl-java>
</configuration>
Deleted:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/Anonymous.wsdl
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/Anonymous.wsdl 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/Anonymous.wsdl 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='PhoneBook'
targetNamespace='http://test.jboss.org/ws/jbws1260'
xmlns='http://schemas.xmlsoap.org/wsdl/'
xmlns:ns1='http://test.jboss.org/ws/jbws1260/types'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:tns='http://test.jboss.org/ws/jbws1260'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
- <schema
targetNamespace='http://test.jboss.org/ws/jbws1260/types'
xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:tns='http://test.jboss.org/ws/jbws1260/types'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-
- <complexType name='Person'>
- <sequence>
- <element name='Name'>
- <complexType>
- <sequence>
- <element name='surname' nillable='true' type='string'
maxOccurs='unbounded'/>
- </sequence>
- </complexType>
- </element>
- </sequence>
- </complexType>
-
- <complexType name='TelephoneNumber'>
- <sequence>
- <element name='Number'>
- <complexType>
- <sequence>
- <element name='number' nillable='true' type='string'
maxOccurs='unbounded'/>
- </sequence>
- </complexType>
- </element>
- </sequence>
- </complexType>
-
- <element name='lookup' type='tns:Person'/>
- <element name='lookupResponse' type='tns:TelephoneNumber'/>
-
- </schema>
- </types>
- <message name='PhoneBook_lookup'>
- <part element='ns1:lookup' name='parameters'/>
- </message>
- <message name='PhoneBook_lookupResponse'>
- <part element='ns1:lookupResponse' name='result'/>
- </message>
- <portType name='PhoneBook'>
- <operation name='lookup'>
- <input message='tns:PhoneBook_lookup'/>
- <output message='tns:PhoneBook_lookupResponse'/>
- </operation>
- </portType>
- <binding name='PhoneBookBinding' type='tns:PhoneBook'>
- <soap:binding style='document'
transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='lookup'>
- <soap:operation soapAction=''/>
- <input>
- <soap:body use='literal'/>
- </input>
- <output>
- <soap:body use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='PhoneBook'>
- <port binding='tns:PhoneBookBinding' name='PhoneBookPort'>
- <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/Wrapped.wsdl
(from rev 1524,
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/Anonymous.wsdl)
Modified:
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/wstools-config.xml
===================================================================
---
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/wstools-config.xml 2006-11-29
14:10:41 UTC (rev 1524)
+++
branches/dlofthouse/JBWS-1260/src/test/resources/tools/jbws1260/scenario_I/wstools-config.xml 2006-11-29
14:18:27 UTC (rev 1525)
@@ -1,5 +1,5 @@
<configuration>
- <wsdl-java location="resources/tools/jbws1260/scenario_I/Anonymous.wsdl"
parameter-style="wrapped">
- <mapping file="anonymous-mapping.xml"/>
+ <wsdl-java location="resources/tools/jbws1260/scenario_I/Wrapped.wsdl"
parameter-style="wrapped">
+ <mapping file="wrapped-mapping.xml"/>
</wsdl-java>
</configuration>